Html Css Color HEX #74521A Raw Umber

📋 copy color: '#74521A'

red 116 ◦ green 82 ◦ blue 26

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

Shades of Raw Umber #74521A

Tints of Raw Umber #74521A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 36.61%

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

R = 51.79%
G = 36.61%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#74521A (or 0x74521A) is known color: Raw Umber. HEX triplet: 74, 52 and 1A. RGB value is (116,82,26). Sum of RGB (Red+Green+Blue) = 116+82+26=224 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.79% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 26 (10.55% from 255 or 11.61% from 224); Max value from RGB is 116 - color contains mainly: red. Hex color #74521A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74521A is #8BADE5. Grayscale: #565656. Windows color (decimal): -9154022 or 1725044. OLE color: 1725044.

HSL color Cylindrical-coordinate representation of color #74521A: hue angle of 37.33º 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 #74521A is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 82 26 -
CMYK 0 0.29 0.78 0.55
HSL 37.33º 0.63% 0.28% -
HSV(B) 37.33º 0.78% 0.45% -
XYZ 10.41 9.82 2.32 -
YUV 85.78 94.26 149.55 -
System Red Green Blue C M Y K H S L
Decimal 116 82 26 0 0.29 0.78 0.55 37.33 0.63 0.28
Hex 74 52 1A 0 1D 4E 37 25 3F 1C
Octal 164 122 32 0 35 116 67 45 77 34
Binary 1110100 1010010 11010 0 11101 1001110 110111 100101 111111 11100

Color Harmonies of #74521A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74521A

Black with #74521A

Text Example


Text Example

White with #74521A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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