Html Css Color HEX #74501D Raw Umber

📋 copy color: '#74501D'

red 116 ◦ green 80 ◦ blue 29

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

Shades of Raw Umber #74501D

Tints of Raw Umber #74501D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.89%

R = 51.56%
G = 35.56%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#74501D (or 0x74501D) is known color: Raw Umber. HEX triplet: 74, 50 and 1D. RGB value is (116,80,29). Sum of RGB (Red+Green+Blue) = 116+80+29=225 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.56% from 225); Green value is 80 (31.64% from 255 or 35.56% from 225); Blue value is 29 (11.72% from 255 or 12.89% from 225); Max value from RGB is 116 - color contains mainly: red. Hex color #74501D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74501D is #8BAFE2. Grayscale: #555555. Windows color (decimal): -9154531 or 1921140. OLE color: 1921140.

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

Color convert

RGB 116 80 29 -
CMYK 0 0.31 0.75 0.55
HSL 35.17º 0.6% 0.28% -
HSV(B) 35.17º 0.75% 0.45% -
XYZ 10.29 9.54 2.46 -
YUV 84.95 96.43 150.15 -
System Red Green Blue C M Y K H S L
Decimal 116 80 29 0 0.31 0.75 0.55 35.17 0.6 0.28
Hex 74 50 1D 0 1F 4B 37 23 3C 1C
Octal 164 120 35 0 37 113 67 43 74 34
Binary 1110100 1010000 11101 0 11111 1001011 110111 100011 111100 11100

Color Harmonies of #74501D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74501D

Black with #74501D

Text Example


Text Example

White with #74501D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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