Html Css Color HEX #74511D Raw Umber

📋 copy color: '#74511D'

red 116 ◦ green 81 ◦ blue 29

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

Shades of Raw Umber #74511D

Tints of Raw Umber #74511D

RGB

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

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

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

R = 51.33%
G = 35.84%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#74511D (or 0x74511D) is known color: Raw Umber. HEX triplet: 74, 51 and 1D. RGB value is (116,81,29). Sum of RGB (Red+Green+Blue) = 116+81+29=226 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.33% from 226); Green value is 81 (32.03% from 255 or 35.84% from 226); Blue value is 29 (11.72% from 255 or 12.83% from 226); Max value from RGB is 116 - color contains mainly: red. Hex color #74511D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74511D is #8BAEE2. Grayscale: #555555. Windows color (decimal): -9154275 or 1921396. OLE color: 1921396.

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

Color convert

RGB 116 81 29 -
CMYK 0 0.30 0.75 0.55
HSL 35.86º 0.6% 0.28% -
HSV(B) 35.86º 0.75% 0.45% -
XYZ 10.37 9.69 2.49 -
YUV 85.54 96.1 149.73 -
System Red Green Blue C M Y K H S L
Decimal 116 81 29 0 0.30 0.75 0.55 35.86 0.6 0.28
Hex 74 51 1D 0 1E 4B 37 24 3C 1C
Octal 164 121 35 0 36 113 67 44 74 34
Binary 1110100 1010001 11101 0 11110 1001011 110111 100100 111100 11100

Color Harmonies of #74511D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74511D

Black with #74511D

Text Example


Text Example

White with #74511D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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