Html Css Color HEX #74560C Raw Umber

📋 copy color: '#74560C'

red 116 ◦ green 86 ◦ blue 12

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

Shades of Raw Umber #74560C

Tints of Raw Umber #74560C

RGB

 RED value IS 116 (45.7% from 255) = 54.21%

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

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

R = 54.21%
G = 40.19%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#74560C (or 0x74560C) is known color: Raw Umber. HEX triplet: 74, 56 and 0C. RGB value is (116,86,12). Sum of RGB (Red+Green+Blue) = 116+86+12=214 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.21% from 214); Green value is 86 (33.98% from 255 or 40.19% from 214); Blue value is 12 (5.08% from 255 or 5.61% from 214); Max value from RGB is 116 - color contains mainly: red. Hex color #74560C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #74560C is #8BA9F3. Grayscale: #565656. Windows color (decimal): -9153012 or 808564. OLE color: 808564.

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

Color convert

RGB 116 86 12 -
CMYK 0 0.26 0.90 0.55
HSL 42.69º 0.81% 0.25% -
HSV(B) 42.69º 0.9% 0.45% -
XYZ 10.6 10.4 1.8 -
YUV 86.53 85.94 149.02 -
System Red Green Blue C M Y K H S L
Decimal 116 86 12 0 0.26 0.90 0.55 42.69 0.81 0.25
Hex 74 56 C 0 1A 5A 37 2B 51 19
Octal 164 126 14 0 32 132 67 53 121 31
Binary 1110100 1010110 1100 0 11010 1011010 110111 101011 1010001 11001

Color Harmonies of #74560C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74560C

Black with #74560C

Text Example


Text Example

White with #74560C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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