Html Css Color HEX #74540D Raw Umber

📋 copy color: '#74540D'

red 116 ◦ green 84 ◦ blue 13

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

Shades of Raw Umber #74540D

Tints of Raw Umber #74540D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.1%

R = 54.46%
G = 39.44%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#74540D (or 0x74540D) is known color: Raw Umber. HEX triplet: 74, 54 and 0D. RGB value is (116,84,13). Sum of RGB (Red+Green+Blue) = 116+84+13=213 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.46% from 213); Green value is 84 (33.20% from 255 or 39.44% from 213); Blue value is 13 (5.47% from 255 or 6.10% from 213); Max value from RGB is 116 - color contains mainly: red. Hex color #74540D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #74540D is #8BABF2. Grayscale: #555555. Windows color (decimal): -9153523 or 873588. OLE color: 873588.

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

Color convert

RGB 116 84 13 -
CMYK 0 0.28 0.89 0.55
HSL 41.36º 0.8% 0.25% -
HSV(B) 41.36º 0.89% 0.45% -
XYZ 10.45 10.08 1.78 -
YUV 85.47 87.1 149.77 -
System Red Green Blue C M Y K H S L
Decimal 116 84 13 0 0.28 0.89 0.55 41.36 0.8 0.25
Hex 74 54 D 0 1C 59 37 29 50 19
Octal 164 124 15 0 34 131 67 51 120 31
Binary 1110100 1010100 1101 0 11100 1011001 110111 101001 1010000 11001

Color Harmonies of #74540D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74540D

Black with #74540D

Text Example


Text Example

White with #74540D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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