Html Css Color HEX #74541D Raw Umber

📋 copy color: '#74541D'

red 116 ◦ green 84 ◦ blue 29

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

Shades of Raw Umber #74541D

Tints of Raw Umber #74541D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.68%

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

R = 50.66%
G = 36.68%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#74541D (or 0x74541D) is known color: Raw Umber. HEX triplet: 74, 54 and 1D. RGB value is (116,84,29). Sum of RGB (Red+Green+Blue) = 116+84+29=229 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.66% from 229); Green value is 84 (33.20% from 255 or 36.68% from 229); Blue value is 29 (11.72% from 255 or 12.66% from 229); Max value from RGB is 116 - color contains mainly: red. Hex color #74541D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74541D is #8BABE2. Grayscale: #575757. Windows color (decimal): -9153507 or 1922164. OLE color: 1922164.

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

Color convert

RGB 116 84 29 -
CMYK 0 0.28 0.75 0.55
HSL 37.93º 0.6% 0.28% -
HSV(B) 37.93º 0.75% 0.45% -
XYZ 10.59 10.14 2.56 -
YUV 87.3 95.1 148.47 -
System Red Green Blue C M Y K H S L
Decimal 116 84 29 0 0.28 0.75 0.55 37.93 0.6 0.28
Hex 74 54 1D 0 1C 4B 37 26 3C 1C
Octal 164 124 35 0 34 113 67 46 74 34
Binary 1110100 1010100 11101 0 11100 1001011 110111 100110 111100 11100

Color Harmonies of #74541D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74541D

Black with #74541D

Text Example


Text Example

White with #74541D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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