Html Css Color HEX #74510E Raw Umber

📋 copy color: '#74510E'

red 116 ◦ green 81 ◦ blue 14

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

Shades of Raw Umber #74510E

Tints of Raw Umber #74510E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 38.39%

 BLUE value IS 14 (5.86% from 255) = 6.64%

R = 54.98%
G = 38.39%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#74510E (or 0x74510E) is known color: Raw Umber. HEX triplet: 74, 51 and 0E. RGB value is (116,81,14). Sum of RGB (Red+Green+Blue) = 116+81+14=211 (27% of max value = 765). Red value is 116 (45.70% from 255 or 54.98% from 211); Green value is 81 (32.03% from 255 or 38.39% from 211); Blue value is 14 (5.86% from 255 or 6.64% from 211); Max value from RGB is 116 - color contains mainly: red. Hex color #74510E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #74510E is #8BAEF1. Grayscale: #545454. Windows color (decimal): -9154290 or 938356. OLE color: 938356.

HSL color Cylindrical-coordinate representation of color #74510E: hue angle of 39.41º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #74510E is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 81 14 -
CMYK 0 0.30 0.88 0.55
HSL 39.41º 0.78% 0.25% -
HSV(B) 39.41º 0.88% 0.45% -
XYZ 10.22 9.63 1.74 -
YUV 83.83 88.6 150.95 -
System Red Green Blue C M Y K H S L
Decimal 116 81 14 0 0.30 0.88 0.55 39.41 0.78 0.25
Hex 74 51 E 0 1E 58 37 27 4E 19
Octal 164 121 16 0 36 130 67 47 116 31
Binary 1110100 1010001 1110 0 11110 1011000 110111 100111 1001110 11001

Color Harmonies of #74510E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74510E

Black with #74510E

Text Example


Text Example

White with #74510E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74510E; }

 p { color: rgb(116,81,14); }

 H1.HeaderClassName
 {
   color: #74510E;
 }
 .AnyTagClassName
 {
   color: #74510E;
 }
</style>

background-color css

<style>
 a { background-color: #74510E; }

 a { background-color: rgb(116,81,14); }

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

border-color css

<style>
 span { border-color: #74510E; }

 span { border-color: rgb(116,81,14); }

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