Html Css Color HEX #755A00 Raw Umber

📋 copy color: '#755A00'

red 117 ◦ green 90 ◦ blue 0

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

Shades of Raw Umber #755A00

Tints of Raw Umber #755A00

RGB

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

 GREEN value IS 90 (35.55% from 255) = 43.48%

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

R = 56.52%
G = 43.48%
B = 0%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#755A00 (or 0x755A00) is known color: Raw Umber. HEX triplet: 75, 5A and 00. RGB value is (117,90,0). Sum of RGB (Red+Green+Blue) = 117+90+0=207 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.52% from 207); Green value is 90 (35.55% from 255 or 43.48% from 207); Blue value is 0 (0.39% from 255 or 0% from 207); Max value from RGB is 117 - color contains mainly: red. Hex color #755A00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755A00 is #8AA5FF. Grayscale: #585858. Windows color (decimal): -9086464 or 23157. OLE color: 23157.

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

Color convert

RGB 117 90 0 -
CMYK 0 0.23 1 0.54
HSL 46.15º 1% 0.23% -
HSV(B) 46.15º 1% 0.46% -
XYZ 10.99 11.09 1.56 -
YUV 87.81 78.45 148.82 -
System Red Green Blue C M Y K H S L
Decimal 117 90 0 0 0.23 1 0.54 46.15 1 0.23
Hex 75 5A 0 0 17 64 36 2E 64 17
Octal 165 132 0 0 27 144 66 56 144 27
Binary 1110101 1011010 0 0 10111 1100100 110110 101110 1100100 10111

Color Harmonies of #755A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755A00

Black with #755A00

Text Example


Text Example

White with #755A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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