Html Css Color HEX #735018 Raw Umber

📋 copy color: '#735018'

red 115 ◦ green 80 ◦ blue 24

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

Shades of Raw Umber #735018

Tints of Raw Umber #735018

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.53%

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

R = 52.51%
G = 36.53%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#735018 (or 0x735018) is known color: Raw Umber. HEX triplet: 73, 50 and 18. RGB value is (115,80,24). Sum of RGB (Red+Green+Blue) = 115+80+24=219 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.51% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 24 (9.77% from 255 or 10.96% from 219); Max value from RGB is 115 - color contains mainly: red. Hex color #735018 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735018 is #8CAFE7. Grayscale: #545454. Windows color (decimal): -9220072 or 1593459. OLE color: 1593459.

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

Color convert

RGB 115 80 24 -
CMYK 0 0.30 0.79 0.55
HSL 36.92º 0.65% 0.27% -
HSV(B) 36.92º 0.79% 0.45% -
XYZ 10.1 9.45 2.16 -
YUV 84.08 94.1 150.05 -
System Red Green Blue C M Y K H S L
Decimal 115 80 24 0 0.30 0.79 0.55 36.92 0.65 0.27
Hex 73 50 18 0 1E 4F 37 25 41 1B
Octal 163 120 30 0 36 117 67 45 101 33
Binary 1110011 1010000 11000 0 11110 1001111 110111 100101 1000001 11011

Color Harmonies of #735018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735018

Black with #735018

Text Example


Text Example

White with #735018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735018; }

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

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

background-color css

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

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

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

border-color css

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

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

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