Html Css Color HEX #755408 Raw Umber

📋 copy color: '#755408'

red 117 ◦ green 84 ◦ blue 8

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

Shades of Raw Umber #755408

Tints of Raw Umber #755408

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40.19%

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

R = 55.98%
G = 40.19%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#755408 (or 0x755408) is known color: Raw Umber. HEX triplet: 75, 54 and 08. RGB value is (117,84,8). Sum of RGB (Red+Green+Blue) = 117+84+8=209 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.98% from 209); Green value is 84 (33.20% from 255 or 40.19% from 209); Blue value is 8 (3.52% from 255 or 3.83% from 209); Max value from RGB is 117 - color contains mainly: red. Hex color #755408 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755408 is #8AABF7. Grayscale: #555555. Windows color (decimal): -9087992 or 545909. OLE color: 545909.

HSL color Cylindrical-coordinate representation of color #755408: hue angle of 41.83º 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 #755408 is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 84 8 -
CMYK 0 0.28 0.93 0.54
HSL 41.83º 0.87% 0.25% -
HSV(B) 41.83º 0.93% 0.46% -
XYZ 10.55 10.14 1.63 -
YUV 85.2 84.43 150.68 -
System Red Green Blue C M Y K H S L
Decimal 117 84 8 0 0.28 0.93 0.54 41.83 0.87 0.25
Hex 75 54 8 0 1C 5D 36 2A 57 19
Octal 165 124 10 0 34 135 66 52 127 31
Binary 1110101 1010100 1000 0 11100 1011101 110110 101010 1010111 11001

Color Harmonies of #755408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755408

Black with #755408

Text Example


Text Example

White with #755408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755408; }

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

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

background-color css

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

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

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

border-color css

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

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

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