Html Css Color HEX #755604 Raw Umber

📋 copy color: '#755604'

red 117 ◦ green 86 ◦ blue 4

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

Shades of Raw Umber #755604

Tints of Raw Umber #755604

RGB

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

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

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

R = 56.52%
G = 41.55%
B = 1.93%

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

#755604 (or 0x755604) is known color: Raw Umber. HEX triplet: 75, 56 and 04. RGB value is (117,86,4). Sum of RGB (Red+Green+Blue) = 117+86+4=207 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.52% from 207); Green value is 86 (33.98% from 255 or 41.55% from 207); Blue value is 4 (1.95% from 255 or 1.93% from 207); Max value from RGB is 117 - color contains mainly: red. Hex color #755604 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755604 is #8AA9FB. Grayscale: #565656. Windows color (decimal): -9087484 or 284277. OLE color: 284277.

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

Color convert

RGB 117 86 4 -
CMYK 0 0.26 0.97 0.54
HSL 43.54º 0.93% 0.24% -
HSV(B) 43.54º 0.97% 0.46% -
XYZ 10.69 10.45 1.57 -
YUV 85.92 81.77 150.17 -
System Red Green Blue C M Y K H S L
Decimal 117 86 4 0 0.26 0.97 0.54 43.54 0.93 0.24
Hex 75 56 4 0 1A 61 36 2C 5D 18
Octal 165 126 4 0 32 141 66 54 135 30
Binary 1110101 1010110 100 0 11010 1100001 110110 101100 1011101 11000

Color Harmonies of #755604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755604

Black with #755604

Text Example


Text Example

White with #755604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755604; }

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

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

background-color css

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

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

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

border-color css

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

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

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