Html Css Color HEX #755B08 Raw Umber

📋 copy color: '#755B08'

red 117 ◦ green 91 ◦ blue 8

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

Shades of Raw Umber #755B08

Tints of Raw Umber #755B08

RGB

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

 GREEN value IS 91 (35.94% from 255) = 42.13%

 BLUE value IS 8 (3.52% from 255) = 3.7%

R = 54.17%
G = 42.13%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#755B08 (or 0x755B08) is known color: Raw Umber. HEX triplet: 75, 5B and 08. RGB value is (117,91,8). Sum of RGB (Red+Green+Blue) = 117+91+8=216 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.17% from 216); Green value is 91 (35.94% from 255 or 42.13% from 216); Blue value is 8 (3.52% from 255 or 3.70% from 216); Max value from RGB is 117 - color contains mainly: red. Hex color #755B08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755B08 is #8AA4F7. Grayscale: #595959. Windows color (decimal): -9086200 or 547701. OLE color: 547701.

HSL color Cylindrical-coordinate representation of color #755B08: hue angle of 45.69º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #755B08 is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 91 8 -
CMYK 0 0.22 0.93 0.54
HSL 45.69º 0.87% 0.25% -
HSV(B) 45.69º 0.93% 0.46% -
XYZ 11.12 11.28 1.82 -
YUV 89.31 82.11 147.75 -
System Red Green Blue C M Y K H S L
Decimal 117 91 8 0 0.22 0.93 0.54 45.69 0.87 0.25
Hex 75 5B 8 0 16 5D 36 2E 57 19
Octal 165 133 10 0 26 135 66 56 127 31
Binary 1110101 1011011 1000 0 10110 1011101 110110 101110 1010111 11001

Color Harmonies of #755B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755B08

Black with #755B08

Text Example


Text Example

White with #755B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755B08; }

 p { color: rgb(117,91,8); }

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

background-color css

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

 a { background-color: rgb(117,91,8); }

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

border-color css

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

 span { border-color: rgb(117,91,8); }

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