Html Css Color HEX #735213 Raw Umber

📋 copy color: '#735213'

red 115 ◦ green 82 ◦ blue 19

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

Shades of Raw Umber #735213

Tints of Raw Umber #735213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.8%

R = 53.24%
G = 37.96%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#735213 (or 0x735213) is known color: Raw Umber. HEX triplet: 73, 52 and 13. RGB value is (115,82,19). Sum of RGB (Red+Green+Blue) = 115+82+19=216 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.24% from 216); Green value is 82 (32.42% from 255 or 37.96% from 216); Blue value is 19 (7.81% from 255 or 8.80% from 216); Max value from RGB is 115 - color contains mainly: red. Hex color #735213 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735213 is #8CADEC. Grayscale: #545454. Windows color (decimal): -9219565 or 1266291. OLE color: 1266291.

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

Color convert

RGB 115 82 19 -
CMYK 0 0.29 0.83 0.55
HSL 39.38º 0.72% 0.26% -
HSV(B) 39.38º 0.83% 0.45% -
XYZ 10.21 9.73 1.96 -
YUV 84.69 90.93 149.62 -
System Red Green Blue C M Y K H S L
Decimal 115 82 19 0 0.29 0.83 0.55 39.38 0.72 0.26
Hex 73 52 13 0 1D 53 37 27 48 1A
Octal 163 122 23 0 35 123 67 47 110 32
Binary 1110011 1010010 10011 0 11101 1010011 110111 100111 1001000 11010

Color Harmonies of #735213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735213

Black with #735213

Text Example


Text Example

White with #735213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735213; }

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

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

background-color css

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

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

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

border-color css

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

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

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