Html Css Color HEX #735205 Raw Umber

📋 copy color: '#735205'

red 115 ◦ green 82 ◦ blue 5

#735205
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #735205

Tints of Raw Umber #735205

RGB

 RED value IS 115 (45.31% from 255) = 56.93%

 GREEN value IS 82 (32.42% from 255) = 40.59%

 BLUE value IS 5 (2.34% from 255) = 2.48%

R = 56.93%
G = 40.59%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.96

 K value IS 0.55

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#735205 (or 0x735205) is known color: Raw Umber. HEX triplet: 73, 52 and 05. RGB value is (115,82,5). Sum of RGB (Red+Green+Blue) = 115+82+5=202 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.93% from 202); Green value is 82 (32.42% from 255 or 40.59% from 202); Blue value is 5 (2.34% from 255 or 2.48% from 202); Max value from RGB is 115 - color contains mainly: red. Hex color #735205 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735205 is #8CADFA. Grayscale: #535353. Windows color (decimal): -9219579 or 348787. OLE color: 348787.

HSL color Cylindrical-coordinate representation of color #735205: hue angle of 42º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #735205 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 82 5 -
CMYK 0 0.29 0.96 0.55
HSL 42º 0.92% 0.24% -
HSV(B) 42º 0.96% 0.45% -
XYZ 10.11 9.69 1.48 -
YUV 83.09 83.93 150.76 -
System Red Green Blue C M Y K H S L
Decimal 115 82 5 0 0.29 0.96 0.55 42 0.92 0.24
Hex 73 52 5 0 1D 60 37 2A 5C 18
Octal 163 122 5 0 35 140 67 52 134 30
Binary 1110011 1010010 101 0 11101 1100000 110111 101010 1011100 11000

Color Harmonies of #735205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735205

Black with #735205

Text Example


Text Example

White with #735205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735205; }

 p { color: rgb(115,82,5); }

 H1.HeaderClassName
 {
   color: #735205;
 }
 .AnyTagClassName
 {
   color: #735205;
 }
</style>

background-color css

<style>
 a { background-color: #735205; }

 a { background-color: rgb(115,82,5); }

 div.DivClassName
 {
   background-color: #735205;
 }
 .BgClassName
 {
   background-color: #735205;
 }
</style>

border-color css

<style>
 span { border-color: #735205; }

 span { border-color: rgb(115,82,5); }

 td.TdClassName
 {
   border-color: #735205;
 }
 .TagClassName
 {
   border-color: #735205;
 }
</style>