Html Css Color HEX #744413 Raw Umber

📋 copy color: '#744413'

red 116 ◦ green 68 ◦ blue 19

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

Shades of Raw Umber #744413

Tints of Raw Umber #744413

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.5%

 BLUE value IS 19 (7.81% from 255) = 9.36%

R = 57.14%
G = 33.5%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#744413 (or 0x744413) is known color: Raw Umber. HEX triplet: 74, 44 and 13. RGB value is (116,68,19). Sum of RGB (Red+Green+Blue) = 116+68+19=203 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.14% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 19 (7.81% from 255 or 9.36% from 203); Max value from RGB is 116 - color contains mainly: red. Hex color #744413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744413 is #8BBBEC. Grayscale: #4D4D4D. Windows color (decimal): -9157613 or 1262708. OLE color: 1262708.

HSL color Cylindrical-coordinate representation of color #744413: hue angle of 30.31º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #744413 is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 68 19 -
CMYK 0 0.41 0.84 0.55
HSL 30.31º 0.72% 0.26% -
HSV(B) 30.31º 0.84% 0.45% -
XYZ 9.39 7.89 1.65 -
YUV 76.77 95.4 155.98 -
System Red Green Blue C M Y K H S L
Decimal 116 68 19 0 0.41 0.84 0.55 30.31 0.72 0.26
Hex 74 44 13 0 29 54 37 1E 48 1A
Octal 164 104 23 0 51 124 67 36 110 32
Binary 1110100 1000100 10011 0 101001 1010100 110111 11110 1001000 11010

Color Harmonies of #744413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744413

Black with #744413

Text Example


Text Example

White with #744413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744413; }

 p { color: rgb(116,68,19); }

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

background-color css

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

 a { background-color: rgb(116,68,19); }

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

border-color css

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

 span { border-color: rgb(116,68,19); }

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