Html Css Color HEX #755016 Raw Umber

📋 copy color: '#755016'

red 117 ◦ green 80 ◦ blue 22

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

Shades of Raw Umber #755016

Tints of Raw Umber #755016

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.53%

 BLUE value IS 22 (8.98% from 255) = 10.05%

R = 53.42%
G = 36.53%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#755016 (or 0x755016) is known color: Raw Umber. HEX triplet: 75, 50 and 16. RGB value is (117,80,22). Sum of RGB (Red+Green+Blue) = 117+80+22=219 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.42% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 22 (8.98% from 255 or 10.05% from 219); Max value from RGB is 117 - color contains mainly: red. Hex color #755016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755016 is #8AAFE9. Grayscale: #545454. Windows color (decimal): -9089002 or 1462389. OLE color: 1462389.

HSL color Cylindrical-coordinate representation of color #755016: hue angle of 36.63º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #755016 is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 80 22 -
CMYK 0 0.32 0.81 0.54
HSL 36.63º 0.68% 0.27% -
HSV(B) 36.63º 0.81% 0.46% -
XYZ 10.35 9.58 2.06 -
YUV 84.45 92.76 151.22 -
System Red Green Blue C M Y K H S L
Decimal 117 80 22 0 0.32 0.81 0.54 36.63 0.68 0.27
Hex 75 50 16 0 20 51 36 25 44 1B
Octal 165 120 26 0 40 121 66 45 104 33
Binary 1110101 1010000 10110 0 100000 1010001 110110 100101 1000100 11011

Color Harmonies of #755016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755016

Black with #755016

Text Example


Text Example

White with #755016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755016; }

 p { color: rgb(117,80,22); }

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

background-color css

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

 a { background-color: rgb(117,80,22); }

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

border-color css

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

 span { border-color: rgb(117,80,22); }

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