Html Css Color HEX #735005 Raw Umber

📋 copy color: '#735005'

red 115 ◦ green 80 ◦ blue 5

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

Shades of Raw Umber #735005

Tints of Raw Umber #735005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.5%

R = 57.5%
G = 40%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#735005 (or 0x735005) is known color: Raw Umber. HEX triplet: 73, 50 and 05. RGB value is (115,80,5). Sum of RGB (Red+Green+Blue) = 115+80+5=200 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.5% from 200); Green value is 80 (31.64% from 255 or 40% from 200); Blue value is 5 (2.34% from 255 or 2.5% from 200); Max value from RGB is 115 - color contains mainly: red. Hex color #735005 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735005 is #8CAFFA. Grayscale: #525252. Windows color (decimal): -9220091 or 348275. OLE color: 348275.

HSL color Cylindrical-coordinate representation of color #735005: hue angle of 40.91º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #735005 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 80 5 -
CMYK 0 0.30 0.96 0.55
HSL 40.91º 0.92% 0.24% -
HSV(B) 40.91º 0.96% 0.45% -
XYZ 9.97 9.39 1.43 -
YUV 81.92 84.6 151.6 -
System Red Green Blue C M Y K H S L
Decimal 115 80 5 0 0.30 0.96 0.55 40.91 0.92 0.24
Hex 73 50 5 0 1E 60 37 29 5C 18
Octal 163 120 5 0 36 140 67 51 134 30
Binary 1110011 1010000 101 0 11110 1100000 110111 101001 1011100 11000

Color Harmonies of #735005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735005

Black with #735005

Text Example


Text Example

White with #735005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735005; }

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

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

background-color css

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

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

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

border-color css

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

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

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