Html Css Color HEX #74541C Raw Umber

📋 copy color: '#74541C'

red 116 ◦ green 84 ◦ blue 28

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

Shades of Raw Umber #74541C

Tints of Raw Umber #74541C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.28%

R = 50.88%
G = 36.84%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#74541C (or 0x74541C) is known color: Raw Umber. HEX triplet: 74, 54 and 1C. RGB value is (116,84,28). Sum of RGB (Red+Green+Blue) = 116+84+28=228 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.88% from 228); Green value is 84 (33.20% from 255 or 36.84% from 228); Blue value is 28 (11.33% from 255 or 12.28% from 228); Max value from RGB is 116 - color contains mainly: red. Hex color #74541C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74541C is #8BABE3. Grayscale: #575757. Windows color (decimal): -9153508 or 1856628. OLE color: 1856628.

HSL color Cylindrical-coordinate representation of color #74541C: hue angle of 38.18º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #74541C is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 84 28 -
CMYK 0 0.28 0.76 0.55
HSL 38.18º 0.61% 0.28% -
HSV(B) 38.18º 0.76% 0.45% -
XYZ 10.58 10.14 2.5 -
YUV 87.18 94.6 148.55 -
System Red Green Blue C M Y K H S L
Decimal 116 84 28 0 0.28 0.76 0.55 38.18 0.61 0.28
Hex 74 54 1C 0 1C 4C 37 26 3D 1C
Octal 164 124 34 0 34 114 67 46 75 34
Binary 1110100 1010100 11100 0 11100 1001100 110111 100110 111101 11100

Color Harmonies of #74541C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74541C

Black with #74541C

Text Example


Text Example

White with #74541C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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