Html Css Color HEX #755D00 Raw Umber

📋 copy color: '#755D00'

red 117 ◦ green 93 ◦ blue 0

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

Shades of Raw Umber #755D00

Tints of Raw Umber #755D00

RGB

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

 GREEN value IS 93 (36.72% from 255) = 44.29%

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

R = 55.71%
G = 44.29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#755D00 (or 0x755D00) is known color: Raw Umber. HEX triplet: 75, 5D and 00. RGB value is (117,93,0). Sum of RGB (Red+Green+Blue) = 117+93+0=210 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.71% from 210); Green value is 93 (36.72% from 255 or 44.29% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 117 - color contains mainly: red. Hex color #755D00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755D00 is #8AA2FF. Grayscale: #595959. Windows color (decimal): -9085696 or 23925. OLE color: 23925.

HSL color Cylindrical-coordinate representation of color #755D00: hue angle of 47.69º 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 #755D00 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 93 0 -
CMYK 0 0.21 1 0.54
HSL 47.69º 1% 0.23% -
HSV(B) 47.69º 1% 0.46% -
XYZ 11.25 11.61 1.65 -
YUV 89.57 77.45 147.56 -
System Red Green Blue C M Y K H S L
Decimal 117 93 0 0 0.21 1 0.54 47.69 1 0.23
Hex 75 5D 0 0 15 64 36 30 64 17
Octal 165 135 0 0 25 144 66 60 144 27
Binary 1110101 1011101 0 0 10101 1100100 110110 110000 1100100 10111

Color Harmonies of #755D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755D00

Black with #755D00

Text Example


Text Example

White with #755D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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