Html Css Color HEX #735D05 Raw Umber

📋 copy color: '#735D05'

red 115 ◦ green 93 ◦ blue 5

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

Shades of Raw Umber #735D05

Tints of Raw Umber #735D05

RGB

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

 GREEN value IS 93 (36.72% from 255) = 43.66%

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

R = 53.99%
G = 43.66%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#735D05 (or 0x735D05) is known color: Raw Umber. HEX triplet: 73, 5D and 05. RGB value is (115,93,5). Sum of RGB (Red+Green+Blue) = 115+93+5=213 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.99% from 213); Green value is 93 (36.72% from 255 or 43.66% from 213); Blue value is 5 (2.34% from 255 or 2.35% from 213); Max value from RGB is 115 - color contains mainly: red. Hex color #735D05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735D05 is #8CA2FA. Grayscale: #595959. Windows color (decimal): -9216763 or 351603. OLE color: 351603.

HSL color Cylindrical-coordinate representation of color #735D05: hue angle of 48º 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 #735D05 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 93 5 -
CMYK 0 0.19 0.96 0.55
HSL 48º 0.92% 0.24% -
HSV(B) 48º 0.96% 0.45% -
XYZ 11.01 11.48 1.78 -
YUV 89.55 80.29 146.16 -
System Red Green Blue C M Y K H S L
Decimal 115 93 5 0 0.19 0.96 0.55 48 0.92 0.24
Hex 73 5D 5 0 13 60 37 30 5C 18
Octal 163 135 5 0 23 140 67 60 134 30
Binary 1110011 1011101 101 0 10011 1100000 110111 110000 1011100 11000

Color Harmonies of #735D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735D05

Black with #735D05

Text Example


Text Example

White with #735D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735D05; }

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

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

background-color css

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

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

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

border-color css

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

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

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