Html Css Color HEX #74460D Raw Umber

📋 copy color: '#74460D'

red 116 ◦ green 70 ◦ blue 13

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

Shades of Raw Umber #74460D

Tints of Raw Umber #74460D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35.18%

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

R = 58.29%
G = 35.18%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#74460D (or 0x74460D) is known color: Raw Umber. HEX triplet: 74, 46 and 0D. RGB value is (116,70,13). Sum of RGB (Red+Green+Blue) = 116+70+13=199 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.29% from 199); Green value is 70 (27.73% from 255 or 35.18% from 199); Blue value is 13 (5.47% from 255 or 6.53% from 199); Max value from RGB is 116 - color contains mainly: red. Hex color #74460D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74460D is #8BB9F2. Grayscale: #4D4D4D. Windows color (decimal): -9157107 or 870004. OLE color: 870004.

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

Color convert

RGB 116 70 13 -
CMYK 0 0.40 0.89 0.55
HSL 33.2º 0.8% 0.25% -
HSV(B) 33.2º 0.89% 0.45% -
XYZ 9.47 8.12 1.45 -
YUV 77.26 91.74 155.63 -
System Red Green Blue C M Y K H S L
Decimal 116 70 13 0 0.40 0.89 0.55 33.2 0.8 0.25
Hex 74 46 D 0 28 59 37 21 50 19
Octal 164 106 15 0 50 131 67 41 120 31
Binary 1110100 1000110 1101 0 101000 1011001 110111 100001 1010000 11001

Color Harmonies of #74460D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74460D

Black with #74460D

Text Example


Text Example

White with #74460D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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