Html Css Color HEX #755805 Raw Umber

📋 copy color: '#755805'

red 117 ◦ green 88 ◦ blue 5

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

Shades of Raw Umber #755805

Tints of Raw Umber #755805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.38%

R = 55.71%
G = 41.9%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#755805 (or 0x755805) is known color: Raw Umber. HEX triplet: 75, 58 and 05. RGB value is (117,88,5). Sum of RGB (Red+Green+Blue) = 117+88+5=210 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.71% from 210); Green value is 88 (34.77% from 255 or 41.90% from 210); Blue value is 5 (2.34% from 255 or 2.38% from 210); Max value from RGB is 117 - color contains mainly: red. Hex color #755805 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755805 is #8AA7FA. Grayscale: #575757. Windows color (decimal): -9086971 or 350325. OLE color: 350325.

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

Color convert

RGB 117 88 5 -
CMYK 0 0.25 0.96 0.54
HSL 44.46º 0.92% 0.24% -
HSV(B) 44.46º 0.96% 0.46% -
XYZ 10.85 10.77 1.65 -
YUV 87.21 81.61 149.25 -
System Red Green Blue C M Y K H S L
Decimal 117 88 5 0 0.25 0.96 0.54 44.46 0.92 0.24
Hex 75 58 5 0 19 60 36 2C 5C 18
Octal 165 130 5 0 31 140 66 54 134 30
Binary 1110101 1011000 101 0 11001 1100000 110110 101100 1011100 11000

Color Harmonies of #755805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755805

Black with #755805

Text Example


Text Example

White with #755805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755805; }

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

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

background-color css

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

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

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

border-color css

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

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

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