Html Css Color HEX #74511A Raw Umber

📋 copy color: '#74511A'

red 116 ◦ green 81 ◦ blue 26

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

Shades of Raw Umber #74511A

Tints of Raw Umber #74511A

RGB

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

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

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

R = 52.02%
G = 36.32%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#74511A (or 0x74511A) is known color: Raw Umber. HEX triplet: 74, 51 and 1A. RGB value is (116,81,26). Sum of RGB (Red+Green+Blue) = 116+81+26=223 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.02% from 223); Green value is 81 (32.03% from 255 or 36.32% from 223); Blue value is 26 (10.55% from 255 or 11.66% from 223); Max value from RGB is 116 - color contains mainly: red. Hex color #74511A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74511A is #8BAEE5. Grayscale: #555555. Windows color (decimal): -9154278 or 1724788. OLE color: 1724788.

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

Color convert

RGB 116 81 26 -
CMYK 0 0.30 0.78 0.55
HSL 36.67º 0.63% 0.28% -
HSV(B) 36.67º 0.78% 0.45% -
XYZ 10.33 9.67 2.3 -
YUV 85.2 94.6 149.97 -
System Red Green Blue C M Y K H S L
Decimal 116 81 26 0 0.30 0.78 0.55 36.67 0.63 0.28
Hex 74 51 1A 0 1E 4E 37 25 3F 1C
Octal 164 121 32 0 36 116 67 45 77 34
Binary 1110100 1010001 11010 0 11110 1001110 110111 100101 111111 11100

Color Harmonies of #74511A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74511A

Black with #74511A

Text Example


Text Example

White with #74511A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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