Html Css Color HEX #755012 Raw Umber

📋 copy color: '#755012'

red 117 ◦ green 80 ◦ blue 18

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

Shades of Raw Umber #755012

Tints of Raw Umber #755012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.37%

R = 54.42%
G = 37.21%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#755012 (or 0x755012) is known color: Raw Umber. HEX triplet: 75, 50 and 12. RGB value is (117,80,18). Sum of RGB (Red+Green+Blue) = 117+80+18=215 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.42% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 18 (7.42% from 255 or 8.37% from 215); Max value from RGB is 117 - color contains mainly: red. Hex color #755012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755012 is #8AAFED. Grayscale: #545454. Windows color (decimal): -9089006 or 1200245. OLE color: 1200245.

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

Color convert

RGB 117 80 18 -
CMYK 0 0.32 0.85 0.54
HSL 37.58º 0.73% 0.26% -
HSV(B) 37.58º 0.85% 0.46% -
XYZ 10.31 9.56 1.87 -
YUV 84 90.76 151.54 -
System Red Green Blue C M Y K H S L
Decimal 117 80 18 0 0.32 0.85 0.54 37.58 0.73 0.26
Hex 75 50 12 0 20 55 36 26 49 1A
Octal 165 120 22 0 40 125 66 46 111 32
Binary 1110101 1010000 10010 0 100000 1010101 110110 100110 1001001 11010

Color Harmonies of #755012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755012

Black with #755012

Text Example


Text Example

White with #755012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755012; }

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

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

background-color css

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

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

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

border-color css

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

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

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