Html Css Color HEX #744A0D Raw Umber

📋 copy color: '#744A0D'

red 116 ◦ green 74 ◦ blue 13

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

Shades of Raw Umber #744A0D

Tints of Raw Umber #744A0D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 36.45%

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

R = 57.14%
G = 36.45%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#744A0D (or 0x744A0D) is known color: Raw Umber. HEX triplet: 74, 4A and 0D. RGB value is (116,74,13). Sum of RGB (Red+Green+Blue) = 116+74+13=203 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.14% from 203); Green value is 74 (29.30% from 255 or 36.45% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 116 - color contains mainly: red. Hex color #744A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744A0D is #8BB5F2. Grayscale: #4F4F4F. Windows color (decimal): -9156083 or 871028. OLE color: 871028.

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

Color convert

RGB 116 74 13 -
CMYK 0 0.36 0.89 0.55
HSL 35.53º 0.8% 0.25% -
HSV(B) 35.53º 0.89% 0.45% -
XYZ 9.72 8.64 1.54 -
YUV 79.6 90.41 153.96 -
System Red Green Blue C M Y K H S L
Decimal 116 74 13 0 0.36 0.89 0.55 35.53 0.8 0.25
Hex 74 4A D 0 24 59 37 24 50 19
Octal 164 112 15 0 44 131 67 44 120 31
Binary 1110100 1001010 1101 0 100100 1011001 110111 100100 1010000 11001

Color Harmonies of #744A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744A0D

Black with #744A0D

Text Example


Text Example

White with #744A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744A0D; }

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

 H1.HeaderClassName
 {
   color: #744A0D;
 }
 .AnyTagClassName
 {
   color: #744A0D;
 }
</style>

background-color css

<style>
 a { background-color: #744A0D; }

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

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

border-color css

<style>
 span { border-color: #744A0D; }

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

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