Html Css Color HEX #755209 Raw Umber

📋 copy color: '#755209'

red 117 ◦ green 82 ◦ blue 9

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

Shades of Raw Umber #755209

Tints of Raw Umber #755209

RGB

 RED value IS 117 (46.09% from 255) = 56.25%

 GREEN value IS 82 (32.42% from 255) = 39.42%

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

R = 56.25%
G = 39.42%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#755209 (or 0x755209) is known color: Raw Umber. HEX triplet: 75, 52 and 09. RGB value is (117,82,9). Sum of RGB (Red+Green+Blue) = 117+82+9=208 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.25% from 208); Green value is 82 (32.42% from 255 or 39.42% from 208); Blue value is 9 (3.91% from 255 or 4.33% from 208); Max value from RGB is 117 - color contains mainly: red. Hex color #755209 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755209 is #8AADF6. Grayscale: #545454. Windows color (decimal): -9088503 or 610933. OLE color: 610933.

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

Color convert

RGB 117 82 9 -
CMYK 0 0.30 0.92 0.54
HSL 40.56º 0.86% 0.25% -
HSV(B) 40.56º 0.92% 0.46% -
XYZ 10.4 9.84 1.61 -
YUV 84.14 85.6 151.44 -
System Red Green Blue C M Y K H S L
Decimal 117 82 9 0 0.30 0.92 0.54 40.56 0.86 0.25
Hex 75 52 9 0 1E 5C 36 29 56 19
Octal 165 122 11 0 36 134 66 51 126 31
Binary 1110101 1010010 1001 0 11110 1011100 110110 101001 1010110 11001

Color Harmonies of #755209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755209

Black with #755209

Text Example


Text Example

White with #755209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755209; }

 p { color: rgb(117,82,9); }

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

background-color css

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

 a { background-color: rgb(117,82,9); }

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

border-color css

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

 span { border-color: rgb(117,82,9); }

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