Html Css Color HEX #744509 Raw Umber

📋 copy color: '#744509'

red 116 ◦ green 69 ◦ blue 9

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

Shades of Raw Umber #744509

Tints of Raw Umber #744509

RGB

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

 GREEN value IS 69 (27.34% from 255) = 35.57%

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

R = 59.79%
G = 35.57%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.92

 K value IS 0.55

RGB Variations

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

Color information

#744509 (or 0x744509) is known color: Raw Umber. HEX triplet: 74, 45 and 09. RGB value is (116,69,9). Sum of RGB (Red+Green+Blue) = 116+69+9=194 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.79% from 194); Green value is 69 (27.34% from 255 or 35.57% from 194); Blue value is 9 (3.91% from 255 or 4.64% from 194); Max value from RGB is 116 - color contains mainly: red. Hex color #744509 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744509 is #8BBAF6. Grayscale: #4C4C4C. Windows color (decimal): -9157367 or 607604. OLE color: 607604.

HSL color Cylindrical-coordinate representation of color #744509: hue angle of 33.64º 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 #744509 is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 69 9 -
CMYK 0 0.41 0.92 0.55
HSL 33.64º 0.86% 0.25% -
HSV(B) 33.64º 0.92% 0.45% -
XYZ 9.38 7.99 1.31 -
YUV 76.21 90.07 156.38 -
System Red Green Blue C M Y K H S L
Decimal 116 69 9 0 0.41 0.92 0.55 33.64 0.86 0.25
Hex 74 45 9 0 29 5C 37 22 56 19
Octal 164 105 11 0 51 134 67 42 126 31
Binary 1110100 1000101 1001 0 101001 1011100 110111 100010 1010110 11001

Color Harmonies of #744509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744509

Black with #744509

Text Example


Text Example

White with #744509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744509; }

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

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

background-color css

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

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

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

border-color css

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

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

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