Html Css Color HEX #755803 Raw Umber

📋 copy color: '#755803'

red 117 ◦ green 88 ◦ blue 3

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

Shades of Raw Umber #755803

Tints of Raw Umber #755803

RGB

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

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

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

R = 56.25%
G = 42.31%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#755803 (or 0x755803) is known color: Raw Umber. HEX triplet: 75, 58 and 03. RGB value is (117,88,3). Sum of RGB (Red+Green+Blue) = 117+88+3=208 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.25% from 208); Green value is 88 (34.77% from 255 or 42.31% from 208); Blue value is 3 (1.56% from 255 or 1.44% from 208); Max value from RGB is 117 - color contains mainly: red. Hex color #755803 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755803 is #8AA7FC. Grayscale: #575757. Windows color (decimal): -9086973 or 219253. OLE color: 219253.

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

Color convert

RGB 117 88 3 -
CMYK 0 0.25 0.97 0.54
HSL 44.74º 0.95% 0.24% -
HSV(B) 44.74º 0.97% 0.46% -
XYZ 10.84 10.77 1.59 -
YUV 86.98 80.61 149.41 -
System Red Green Blue C M Y K H S L
Decimal 117 88 3 0 0.25 0.97 0.54 44.74 0.95 0.24
Hex 75 58 3 0 19 61 36 2D 5F 18
Octal 165 130 3 0 31 141 66 55 137 30
Binary 1110101 1011000 11 0 11001 1100001 110110 101101 1011111 11000

Color Harmonies of #755803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755803

Black with #755803

Text Example


Text Example

White with #755803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755803; }

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

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

background-color css

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

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

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

border-color css

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

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

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