Html Css Color HEX #755205 Raw Umber

📋 copy color: '#755205'

red 117 ◦ green 82 ◦ blue 5

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

Shades of Raw Umber #755205

Tints of Raw Umber #755205

RGB

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

 GREEN value IS 82 (32.42% from 255) = 40.2%

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

R = 57.35%
G = 40.2%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#755205 (or 0x755205) is known color: Raw Umber. HEX triplet: 75, 52 and 05. RGB value is (117,82,5). Sum of RGB (Red+Green+Blue) = 117+82+5=204 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.35% from 204); Green value is 82 (32.42% from 255 or 40.20% from 204); Blue value is 5 (2.34% from 255 or 2.45% from 204); Max value from RGB is 117 - color contains mainly: red. Hex color #755205 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755205 is #8AADFA. Grayscale: #545454. Windows color (decimal): -9088507 or 348789. OLE color: 348789.

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

Color convert

RGB 117 82 5 -
CMYK 0 0.30 0.96 0.54
HSL 41.25º 0.92% 0.24% -
HSV(B) 41.25º 0.96% 0.46% -
XYZ 10.38 9.83 1.49 -
YUV 83.69 83.6 151.76 -
System Red Green Blue C M Y K H S L
Decimal 117 82 5 0 0.30 0.96 0.54 41.25 0.92 0.24
Hex 75 52 5 0 1E 60 36 29 5C 18
Octal 165 122 5 0 36 140 66 51 134 30
Binary 1110101 1010010 101 0 11110 1100000 110110 101001 1011100 11000

Color Harmonies of #755205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755205

Black with #755205

Text Example


Text Example

White with #755205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755205; }

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

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

background-color css

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

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

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

border-color css

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

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

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