Html Css Color HEX #755800 Raw Umber

📋 copy color: '#755800'

red 117 ◦ green 88 ◦ blue 0

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

Shades of Raw Umber #755800

Tints of Raw Umber #755800

RGB

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

 GREEN value IS 88 (34.77% from 255) = 42.93%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.07%
G = 42.93%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#755800 (or 0x755800) is known color: Raw Umber. HEX triplet: 75, 58 and 00. RGB value is (117,88,0). Sum of RGB (Red+Green+Blue) = 117+88+0=205 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.07% from 205); Green value is 88 (34.77% from 255 or 42.93% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 117 - color contains mainly: red. Hex color #755800 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755800 is #8AA7FF. Grayscale: #575757. Windows color (decimal): -9086976 or 22645. OLE color: 22645.

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

Color convert

RGB 117 88 0 -
CMYK 0 0.25 1 0.54
HSL 45.13º 1% 0.23% -
HSV(B) 45.13º 1% 0.46% -
XYZ 10.83 10.76 1.51 -
YUV 86.64 79.11 149.66 -
System Red Green Blue C M Y K H S L
Decimal 117 88 0 0 0.25 1 0.54 45.13 1 0.23
Hex 75 58 0 0 19 64 36 2D 64 17
Octal 165 130 0 0 31 144 66 55 144 27
Binary 1110101 1011000 0 0 11001 1100100 110110 101101 1100100 10111

Color Harmonies of #755800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755800

Black with #755800

Text Example


Text Example

White with #755800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755800; }

 p { color: rgb(117,88,0); }

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

background-color css

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

 a { background-color: rgb(117,88,0); }

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

border-color css

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

 span { border-color: rgb(117,88,0); }

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