Html Css Color HEX #74501B Raw Umber

📋 copy color: '#74501B'

red 116 ◦ green 80 ◦ blue 27

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

Shades of Raw Umber #74501B

Tints of Raw Umber #74501B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.87%

 BLUE value IS 27 (10.94% from 255) = 12.11%

R = 52.02%
G = 35.87%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#74501B (or 0x74501B) is known color: Raw Umber. HEX triplet: 74, 50 and 1B. RGB value is (116,80,27). Sum of RGB (Red+Green+Blue) = 116+80+27=223 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.02% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 27 (10.94% from 255 or 12.11% from 223); Max value from RGB is 116 - color contains mainly: red. Hex color #74501B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74501B is #8BAFE4. Grayscale: #545454. Windows color (decimal): -9154533 or 1790068. OLE color: 1790068.

HSL color Cylindrical-coordinate representation of color #74501B: hue angle of 35.73º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #74501B is Cyan = 0, Magento = 0.31, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 80 27 -
CMYK 0 0.31 0.77 0.55
HSL 35.73º 0.62% 0.28% -
HSV(B) 35.73º 0.77% 0.45% -
XYZ 10.27 9.53 2.34 -
YUV 84.72 95.43 150.31 -
System Red Green Blue C M Y K H S L
Decimal 116 80 27 0 0.31 0.77 0.55 35.73 0.62 0.28
Hex 74 50 1B 0 1F 4D 37 24 3E 1C
Octal 164 120 33 0 37 115 67 44 76 34
Binary 1110100 1010000 11011 0 11111 1001101 110111 100100 111110 11100

Color Harmonies of #74501B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74501B

Black with #74501B

Text Example


Text Example

White with #74501B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74501B; }

 p { color: rgb(116,80,27); }

 H1.HeaderClassName
 {
   color: #74501B;
 }
 .AnyTagClassName
 {
   color: #74501B;
 }
</style>

background-color css

<style>
 a { background-color: #74501B; }

 a { background-color: rgb(116,80,27); }

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

border-color css

<style>
 span { border-color: #74501B; }

 span { border-color: rgb(116,80,27); }

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