Html Css Color HEX #744009 Raw Umber

📋 copy color: '#744009'

red 116 ◦ green 64 ◦ blue 9

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

Shades of Raw Umber #744009

Tints of Raw Umber #744009

RGB

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

 GREEN value IS 64 (25.39% from 255) = 33.86%

 BLUE value IS 9 (3.91% from 255) = 4.76%

R = 61.38%
G = 33.86%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.92

 K value IS 0.55

RGB Variations

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

Color information

#744009 (or 0x744009) is known color: Raw Umber. HEX triplet: 74, 40 and 09. RGB value is (116,64,9). Sum of RGB (Red+Green+Blue) = 116+64+9=189 (25% of max value = 765). Red value is 116 (45.70% from 255 or 61.38% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 9 (3.91% from 255 or 4.76% from 189); Max value from RGB is 116 - color contains mainly: red. Hex color #744009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744009 is #8BBFF6. Grayscale: #494949. Windows color (decimal): -9158647 or 606324. OLE color: 606324.

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

Color convert

RGB 116 64 9 -
CMYK 0 0.45 0.92 0.55
HSL 30.84º 0.86% 0.25% -
HSV(B) 30.84º 0.92% 0.45% -
XYZ 9.09 7.4 1.21 -
YUV 73.28 91.73 158.47 -
System Red Green Blue C M Y K H S L
Decimal 116 64 9 0 0.45 0.92 0.55 30.84 0.86 0.25
Hex 74 40 9 0 2D 5C 37 1F 56 19
Octal 164 100 11 0 55 134 67 37 126 31
Binary 1110100 1000000 1001 0 101101 1011100 110111 11111 1010110 11001

Color Harmonies of #744009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744009

Black with #744009

Text Example


Text Example

White with #744009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744009; }

 p { color: rgb(116,64,9); }

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

background-color css

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

 a { background-color: rgb(116,64,9); }

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

border-color css

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

 span { border-color: rgb(116,64,9); }

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