Html Css Color HEX #735212 Raw Umber

📋 copy color: '#735212'

red 115 ◦ green 82 ◦ blue 18

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

Shades of Raw Umber #735212

Tints of Raw Umber #735212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.37%

R = 53.49%
G = 38.14%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#735212 (or 0x735212) is known color: Raw Umber. HEX triplet: 73, 52 and 12. RGB value is (115,82,18). Sum of RGB (Red+Green+Blue) = 115+82+18=215 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.49% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 18 (7.42% from 255 or 8.37% from 215); Max value from RGB is 115 - color contains mainly: red. Hex color #735212 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735212 is #8CADED. Grayscale: #545454. Windows color (decimal): -9219566 or 1200755. OLE color: 1200755.

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

Color convert

RGB 115 82 18 -
CMYK 0 0.29 0.84 0.55
HSL 39.59º 0.73% 0.26% -
HSV(B) 39.59º 0.84% 0.45% -
XYZ 10.2 9.72 1.91 -
YUV 84.57 90.43 149.7 -
System Red Green Blue C M Y K H S L
Decimal 115 82 18 0 0.29 0.84 0.55 39.59 0.73 0.26
Hex 73 52 12 0 1D 54 37 28 49 1A
Octal 163 122 22 0 35 124 67 50 111 32
Binary 1110011 1010010 10010 0 11101 1010100 110111 101000 1001001 11010

Color Harmonies of #735212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735212

Black with #735212

Text Example


Text Example

White with #735212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735212; }

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

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

background-color css

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

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

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

border-color css

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

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

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