Html Css Color HEX #735512 Raw Umber

📋 copy color: '#735512'

red 115 ◦ green 85 ◦ blue 18

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

Shades of Raw Umber #735512

Tints of Raw Umber #735512

RGB

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

 GREEN value IS 85 (33.59% from 255) = 38.99%

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

R = 52.75%
G = 38.99%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#735512 (or 0x735512) is known color: Raw Umber. HEX triplet: 73, 55 and 12. RGB value is (115,85,18). Sum of RGB (Red+Green+Blue) = 115+85+18=218 (28% of max value = 765). Red value is 115 (45.31% from 255 or 52.75% from 218); Green value is 85 (33.59% from 255 or 38.99% from 218); Blue value is 18 (7.42% from 255 or 8.26% from 218); Max value from RGB is 115 - color contains mainly: red. Hex color #735512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735512 is #8CAAED. Grayscale: #565656. Windows color (decimal): -9218798 or 1201523. OLE color: 1201523.

HSL color Cylindrical-coordinate representation of color #735512: hue angle of 41.44º 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 #735512 is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 85 18 -
CMYK 0 0.26 0.84 0.55
HSL 41.44º 0.73% 0.26% -
HSV(B) 41.44º 0.84% 0.45% -
XYZ 10.43 10.19 1.99 -
YUV 86.33 89.44 148.45 -
System Red Green Blue C M Y K H S L
Decimal 115 85 18 0 0.26 0.84 0.55 41.44 0.73 0.26
Hex 73 55 12 0 1A 54 37 29 49 1A
Octal 163 125 22 0 32 124 67 51 111 32
Binary 1110011 1010101 10010 0 11010 1010100 110111 101001 1001001 11010

Color Harmonies of #735512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735512

Black with #735512

Text Example


Text Example

White with #735512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735512; }

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

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

background-color css

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

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

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

border-color css

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

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

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