Html Css Color HEX #735A13 Raw Umber

📋 copy color: '#735A13'

red 115 ◦ green 90 ◦ blue 19

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

Shades of Raw Umber #735A13

Tints of Raw Umber #735A13

RGB

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

 GREEN value IS 90 (35.55% from 255) = 40.18%

 BLUE value IS 19 (7.81% from 255) = 8.48%

R = 51.34%
G = 40.18%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#735A13 (or 0x735A13) is known color: Raw Umber. HEX triplet: 73, 5A and 13. RGB value is (115,90,19). Sum of RGB (Red+Green+Blue) = 115+90+19=224 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.34% from 224); Green value is 90 (35.55% from 255 or 40.18% from 224); Blue value is 19 (7.81% from 255 or 8.48% from 224); Max value from RGB is 115 - color contains mainly: red. Hex color #735A13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735A13 is #8CA5EC. Grayscale: #595959. Windows color (decimal): -9217517 or 1268339. OLE color: 1268339.

HSL color Cylindrical-coordinate representation of color #735A13: hue angle of 44.38º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #735A13 is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 90 19 -
CMYK 0 0.22 0.83 0.55
HSL 44.38º 0.72% 0.26% -
HSV(B) 44.38º 0.83% 0.45% -
XYZ 10.84 11 2.17 -
YUV 89.38 88.28 146.27 -
System Red Green Blue C M Y K H S L
Decimal 115 90 19 0 0.22 0.83 0.55 44.38 0.72 0.26
Hex 73 5A 13 0 16 53 37 2C 48 1A
Octal 163 132 23 0 26 123 67 54 110 32
Binary 1110011 1011010 10011 0 10110 1010011 110111 101100 1001000 11010

Color Harmonies of #735A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735A13

Black with #735A13

Text Example


Text Example

White with #735A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,90,19); }

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

background-color css

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

 a { background-color: rgb(115,90,19); }

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

border-color css

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

 span { border-color: rgb(115,90,19); }

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