Html Css Color HEX #755603 Raw Umber

📋 copy color: '#755603'

red 117 ◦ green 86 ◦ blue 3

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

Shades of Raw Umber #755603

Tints of Raw Umber #755603

RGB

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

 GREEN value IS 86 (33.98% from 255) = 41.75%

 BLUE value IS 3 (1.56% from 255) = 1.46%

R = 56.8%
G = 41.75%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#755603 (or 0x755603) is known color: Raw Umber. HEX triplet: 75, 56 and 03. RGB value is (117,86,3). Sum of RGB (Red+Green+Blue) = 117+86+3=206 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.80% from 206); Green value is 86 (33.98% from 255 or 41.75% from 206); Blue value is 3 (1.56% from 255 or 1.46% from 206); Max value from RGB is 117 - color contains mainly: red. Hex color #755603 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755603 is #8AA9FC. Grayscale: #565656. Windows color (decimal): -9087485 or 218741. OLE color: 218741.

HSL color Cylindrical-coordinate representation of color #755603: hue angle of 43.68º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #755603 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 86 3 -
CMYK 0 0.26 0.97 0.54
HSL 43.68º 0.95% 0.24% -
HSV(B) 43.68º 0.97% 0.46% -
XYZ 10.68 10.44 1.54 -
YUV 85.81 81.27 150.25 -
System Red Green Blue C M Y K H S L
Decimal 117 86 3 0 0.26 0.97 0.54 43.68 0.95 0.24
Hex 75 56 3 0 1A 61 36 2C 5F 18
Octal 165 126 3 0 32 141 66 54 137 30
Binary 1110101 1010110 11 0 11010 1100001 110110 101100 1011111 11000

Color Harmonies of #755603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755603

Black with #755603

Text Example


Text Example

White with #755603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755603; }

 p { color: rgb(117,86,3); }

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

background-color css

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

 a { background-color: rgb(117,86,3); }

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

border-color css

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

 span { border-color: rgb(117,86,3); }

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