Html Css Color HEX #735A0C Raw Umber

📋 copy color: '#735A0C'

red 115 ◦ green 90 ◦ blue 12

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

Shades of Raw Umber #735A0C

Tints of Raw Umber #735A0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.53%

R = 53%
G = 41.47%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#735A0C (or 0x735A0C) is known color: Raw Umber. HEX triplet: 73, 5A and 0C. RGB value is (115,90,12). Sum of RGB (Red+Green+Blue) = 115+90+12=217 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.00% from 217); Green value is 90 (35.55% from 255 or 41.47% from 217); Blue value is 12 (5.08% from 255 or 5.53% from 217); Max value from RGB is 115 - color contains mainly: red. Hex color #735A0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735A0C is #8CA5F3. Grayscale: #585858. Windows color (decimal): -9217524 or 809587. OLE color: 809587.

HSL color Cylindrical-coordinate representation of color #735A0C: hue angle of 45.44º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #735A0C is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 90 12 -
CMYK 0 0.22 0.90 0.55
HSL 45.44º 0.81% 0.25% -
HSV(B) 45.44º 0.9% 0.45% -
XYZ 10.79 10.98 1.9 -
YUV 88.58 84.78 146.84 -
System Red Green Blue C M Y K H S L
Decimal 115 90 12 0 0.22 0.90 0.55 45.44 0.81 0.25
Hex 73 5A C 0 16 5A 37 2D 51 19
Octal 163 132 14 0 26 132 67 55 121 31
Binary 1110011 1011010 1100 0 10110 1011010 110111 101101 1010001 11001

Color Harmonies of #735A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735A0C

Black with #735A0C

Text Example


Text Example

White with #735A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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