Html Css Color HEX #745509 Raw Umber

📋 copy color: '#745509'

red 116 ◦ green 85 ◦ blue 9

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

Shades of Raw Umber #745509

Tints of Raw Umber #745509

RGB

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

 GREEN value IS 85 (33.59% from 255) = 40.48%

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

R = 55.24%
G = 40.48%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.92

 K value IS 0.55

RGB Variations

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

Color information

#745509 (or 0x745509) is known color: Raw Umber. HEX triplet: 74, 55 and 09. RGB value is (116,85,9). Sum of RGB (Red+Green+Blue) = 116+85+9=210 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.24% from 210); Green value is 85 (33.59% from 255 or 40.48% from 210); Blue value is 9 (3.91% from 255 or 4.29% from 210); Max value from RGB is 116 - color contains mainly: red. Hex color #745509 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745509 is #8BAAF6. Grayscale: #555555. Windows color (decimal): -9153271 or 611700. OLE color: 611700.

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

Color convert

RGB 116 85 9 -
CMYK 0 0.27 0.92 0.55
HSL 42.62º 0.86% 0.25% -
HSV(B) 42.62º 0.92% 0.45% -
XYZ 10.5 10.23 1.68 -
YUV 85.61 84.77 149.68 -
System Red Green Blue C M Y K H S L
Decimal 116 85 9 0 0.27 0.92 0.55 42.62 0.86 0.25
Hex 74 55 9 0 1B 5C 37 2B 56 19
Octal 164 125 11 0 33 134 67 53 126 31
Binary 1110100 1010101 1001 0 11011 1011100 110111 101011 1010110 11001

Color Harmonies of #745509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745509

Black with #745509

Text Example


Text Example

White with #745509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745509; }

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

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

background-color css

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

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

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

border-color css

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

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

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