Html Css Color HEX #755804 Raw Umber

📋 copy color: '#755804'

red 117 ◦ green 88 ◦ blue 4

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

Shades of Raw Umber #755804

Tints of Raw Umber #755804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.91%

R = 55.98%
G = 42.11%
B = 1.91%

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

#755804 (or 0x755804) is known color: Raw Umber. HEX triplet: 75, 58 and 04. RGB value is (117,88,4). Sum of RGB (Red+Green+Blue) = 117+88+4=209 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.98% from 209); Green value is 88 (34.77% from 255 or 42.11% from 209); Blue value is 4 (1.95% from 255 or 1.91% from 209); Max value from RGB is 117 - color contains mainly: red. Hex color #755804 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755804 is #8AA7FB. Grayscale: #575757. Windows color (decimal): -9086972 or 284789. OLE color: 284789.

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

Color convert

RGB 117 88 4 -
CMYK 0 0.25 0.97 0.54
HSL 44.6º 0.93% 0.24% -
HSV(B) 44.6º 0.97% 0.46% -
XYZ 10.85 10.77 1.62 -
YUV 87.1 81.11 149.33 -
System Red Green Blue C M Y K H S L
Decimal 117 88 4 0 0.25 0.97 0.54 44.6 0.93 0.24
Hex 75 58 4 0 19 61 36 2D 5D 18
Octal 165 130 4 0 31 141 66 55 135 30
Binary 1110101 1011000 100 0 11001 1100001 110110 101101 1011101 11000

Color Harmonies of #755804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755804

Black with #755804

Text Example


Text Example

White with #755804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755804; }

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

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

background-color css

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

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

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

border-color css

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

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

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