Html Css Color HEX #73560C Raw Umber

📋 copy color: '#73560C'

red 115 ◦ green 86 ◦ blue 12

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

Shades of Raw Umber #73560C

Tints of Raw Umber #73560C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 40.38%

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

R = 53.99%
G = 40.38%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#73560C (or 0x73560C) is known color: Raw Umber. HEX triplet: 73, 56 and 0C. RGB value is (115,86,12). Sum of RGB (Red+Green+Blue) = 115+86+12=213 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.99% from 213); Green value is 86 (33.98% from 255 or 40.38% from 213); Blue value is 12 (5.08% from 255 or 5.63% from 213); Max value from RGB is 115 - color contains mainly: red. Hex color #73560C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73560C is #8CA9F3. Grayscale: #565656. Windows color (decimal): -9218548 or 808563. OLE color: 808563.

HSL color Cylindrical-coordinate representation of color #73560C: hue angle of 43.11º 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 #73560C is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 86 12 -
CMYK 0 0.25 0.90 0.55
HSL 43.11º 0.81% 0.25% -
HSV(B) 43.11º 0.9% 0.45% -
XYZ 10.46 10.33 1.79 -
YUV 86.24 86.11 148.52 -
System Red Green Blue C M Y K H S L
Decimal 115 86 12 0 0.25 0.90 0.55 43.11 0.81 0.25
Hex 73 56 C 0 19 5A 37 2B 51 19
Octal 163 126 14 0 31 132 67 53 121 31
Binary 1110011 1010110 1100 0 11001 1011010 110111 101011 1010001 11001

Color Harmonies of #73560C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73560C

Black with #73560C

Text Example


Text Example

White with #73560C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73560C; }

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

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

background-color css

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

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

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

border-color css

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

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

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