Html Css Color HEX #735518 Raw Umber

📋 copy color: '#735518'

red 115 ◦ green 85 ◦ blue 24

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

Shades of Raw Umber #735518

Tints of Raw Umber #735518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.71%

R = 51.34%
G = 37.95%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#735518 (or 0x735518) is known color: Raw Umber. HEX triplet: 73, 55 and 18. RGB value is (115,85,24). Sum of RGB (Red+Green+Blue) = 115+85+24=224 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.34% from 224); Green value is 85 (33.59% from 255 or 37.95% from 224); Blue value is 24 (9.77% from 255 or 10.71% from 224); Max value from RGB is 115 - color contains mainly: red. Hex color #735518 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735518 is #8CAAE7. Grayscale: #575757. Windows color (decimal): -9218792 or 1594739. OLE color: 1594739.

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

Color convert

RGB 115 85 24 -
CMYK 0 0.26 0.79 0.55
HSL 40.22º 0.65% 0.27% -
HSV(B) 40.22º 0.79% 0.45% -
XYZ 10.48 10.21 2.28 -
YUV 87.02 92.44 147.96 -
System Red Green Blue C M Y K H S L
Decimal 115 85 24 0 0.26 0.79 0.55 40.22 0.65 0.27
Hex 73 55 18 0 1A 4F 37 28 41 1B
Octal 163 125 30 0 32 117 67 50 101 33
Binary 1110011 1010101 11000 0 11010 1001111 110111 101000 1000001 11011

Color Harmonies of #735518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735518

Black with #735518

Text Example


Text Example

White with #735518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735518; }

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

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

background-color css

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

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

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

border-color css

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

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

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