Html Css Color HEX #74591A Raw Umber

📋 copy color: '#74591A'

red 116 ◦ green 89 ◦ blue 26

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

Shades of Raw Umber #74591A

Tints of Raw Umber #74591A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 38.53%

 BLUE value IS 26 (10.55% from 255) = 11.26%

R = 50.22%
G = 38.53%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#74591A (or 0x74591A) is known color: Raw Umber. HEX triplet: 74, 59 and 1A. RGB value is (116,89,26). Sum of RGB (Red+Green+Blue) = 116+89+26=231 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.22% from 231); Green value is 89 (35.16% from 255 or 38.53% from 231); Blue value is 26 (10.55% from 255 or 11.26% from 231); Max value from RGB is 116 - color contains mainly: red. Hex color #74591A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74591A is #8BA6E5. Grayscale: #5A5A5A. Windows color (decimal): -9152230 or 1726836. OLE color: 1726836.

HSL color Cylindrical-coordinate representation of color #74591A: hue angle of 42º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #74591A is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 89 26 -
CMYK 0 0.23 0.78 0.55
HSL 42º 0.63% 0.28% -
HSV(B) 42º 0.78% 0.45% -
XYZ 10.96 10.93 2.51 -
YUV 89.89 91.95 146.62 -
System Red Green Blue C M Y K H S L
Decimal 116 89 26 0 0.23 0.78 0.55 42 0.63 0.28
Hex 74 59 1A 0 17 4E 37 2A 3F 1C
Octal 164 131 32 0 27 116 67 52 77 34
Binary 1110100 1011001 11010 0 10111 1001110 110111 101010 111111 11100

Color Harmonies of #74591A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74591A

Black with #74591A

Text Example


Text Example

White with #74591A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74591A; }

 p { color: rgb(116,89,26); }

 H1.HeaderClassName
 {
   color: #74591A;
 }
 .AnyTagClassName
 {
   color: #74591A;
 }
</style>

background-color css

<style>
 a { background-color: #74591A; }

 a { background-color: rgb(116,89,26); }

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

border-color css

<style>
 span { border-color: #74591A; }

 span { border-color: rgb(116,89,26); }

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