Html Css Color HEX #74540A Raw Umber

📋 copy color: '#74540A'

red 116 ◦ green 84 ◦ blue 10

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

Shades of Raw Umber #74540A

Tints of Raw Umber #74540A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40%

 BLUE value IS 10 (4.3% from 255) = 4.76%

R = 55.24%
G = 40%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#74540A (or 0x74540A) is known color: Raw Umber. HEX triplet: 74, 54 and 0A. RGB value is (116,84,10). Sum of RGB (Red+Green+Blue) = 116+84+10=210 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.24% from 210); Green value is 84 (33.20% from 255 or 40% from 210); Blue value is 10 (4.30% from 255 or 4.76% from 210); Max value from RGB is 116 - color contains mainly: red. Hex color #74540A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #74540A is #8BABF5. Grayscale: #555555. Windows color (decimal): -9153526 or 676980. OLE color: 676980.

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

Color convert

RGB 116 84 10 -
CMYK 0 0.28 0.91 0.55
HSL 41.89º 0.84% 0.25% -
HSV(B) 41.89º 0.91% 0.45% -
XYZ 10.43 10.08 1.68 -
YUV 85.13 85.6 150.02 -
System Red Green Blue C M Y K H S L
Decimal 116 84 10 0 0.28 0.91 0.55 41.89 0.84 0.25
Hex 74 54 A 0 1C 5B 37 2A 54 19
Octal 164 124 12 0 34 133 67 52 124 31
Binary 1110100 1010100 1010 0 11100 1011011 110111 101010 1010100 11001

Color Harmonies of #74540A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74540A

Black with #74540A

Text Example


Text Example

White with #74540A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,84,10); }

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

background-color css

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

 a { background-color: rgb(116,84,10); }

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

border-color css

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

 span { border-color: rgb(116,84,10); }

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