Html Css Color HEX #755013 Raw Umber

📋 copy color: '#755013'

red 117 ◦ green 80 ◦ blue 19

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

Shades of Raw Umber #755013

Tints of Raw Umber #755013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.8%

R = 54.17%
G = 37.04%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#755013 (or 0x755013) is known color: Raw Umber. HEX triplet: 75, 50 and 13. RGB value is (117,80,19). Sum of RGB (Red+Green+Blue) = 117+80+19=216 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.17% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 19 (7.81% from 255 or 8.80% from 216); Max value from RGB is 117 - color contains mainly: red. Hex color #755013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755013 is #8AAFEC. Grayscale: #545454. Windows color (decimal): -9089005 or 1265781. OLE color: 1265781.

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

Color convert

RGB 117 80 19 -
CMYK 0 0.32 0.84 0.54
HSL 37.35º 0.72% 0.27% -
HSV(B) 37.35º 0.84% 0.46% -
XYZ 10.32 9.57 1.92 -
YUV 84.11 91.26 151.46 -
System Red Green Blue C M Y K H S L
Decimal 117 80 19 0 0.32 0.84 0.54 37.35 0.72 0.27
Hex 75 50 13 0 20 54 36 25 48 1B
Octal 165 120 23 0 40 124 66 45 110 33
Binary 1110101 1010000 10011 0 100000 1010100 110110 100101 1001000 11011

Color Harmonies of #755013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755013

Black with #755013

Text Example


Text Example

White with #755013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755013; }

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

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

background-color css

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

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

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

border-color css

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

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

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