Html Css Color HEX #755500 Raw Umber

📋 copy color: '#755500'

red 117 ◦ green 85 ◦ blue 0

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

Shades of Raw Umber #755500

Tints of Raw Umber #755500

RGB

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

 GREEN value IS 85 (33.59% from 255) = 42.08%

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

R = 57.92%
G = 42.08%
B = 0%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#755500 (or 0x755500) is known color: Raw Umber. HEX triplet: 75, 55 and 00. RGB value is (117,85,0). Sum of RGB (Red+Green+Blue) = 117+85+0=202 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.92% from 202); Green value is 85 (33.59% from 255 or 42.08% from 202); Blue value is 0 (0.39% from 255 or 0% from 202); Max value from RGB is 117 - color contains mainly: red. Hex color #755500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755500 is #8AAAFF. Grayscale: #555555. Windows color (decimal): -9087744 or 21877. OLE color: 21877.

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

Color convert

RGB 117 85 0 -
CMYK 0 0.27 1 0.54
HSL 43.59º 1% 0.23% -
HSV(B) 43.59º 1% 0.46% -
XYZ 10.58 10.28 1.43 -
YUV 84.88 80.1 150.91 -
System Red Green Blue C M Y K H S L
Decimal 117 85 0 0 0.27 1 0.54 43.59 1 0.23
Hex 75 55 0 0 1B 64 36 2C 64 17
Octal 165 125 0 0 33 144 66 54 144 27
Binary 1110101 1010101 0 0 11011 1100100 110110 101100 1100100 10111

Color Harmonies of #755500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755500

Black with #755500

Text Example


Text Example

White with #755500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755500; }

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

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

background-color css

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

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

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

border-color css

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

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

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