Html Css Color HEX #755014 Raw Umber

📋 copy color: '#755014'

red 117 ◦ green 80 ◦ blue 20

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

Shades of Raw Umber #755014

Tints of Raw Umber #755014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.22%

R = 53.92%
G = 36.87%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#755014 (or 0x755014) is known color: Raw Umber. HEX triplet: 75, 50 and 14. RGB value is (117,80,20). Sum of RGB (Red+Green+Blue) = 117+80+20=217 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.92% from 217); Green value is 80 (31.64% from 255 or 36.87% from 217); Blue value is 20 (8.20% from 255 or 9.22% from 217); Max value from RGB is 117 - color contains mainly: red. Hex color #755014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755014 is #8AAFEB. Grayscale: #545454. Windows color (decimal): -9089004 or 1331317. OLE color: 1331317.

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

Color convert

RGB 117 80 20 -
CMYK 0 0.32 0.83 0.54
HSL 37.11º 0.71% 0.27% -
HSV(B) 37.11º 0.83% 0.46% -
XYZ 10.33 9.57 1.96 -
YUV 84.22 91.76 151.38 -
System Red Green Blue C M Y K H S L
Decimal 117 80 20 0 0.32 0.83 0.54 37.11 0.71 0.27
Hex 75 50 14 0 20 53 36 25 47 1B
Octal 165 120 24 0 40 123 66 45 107 33
Binary 1110101 1010000 10100 0 100000 1010011 110110 100101 1000111 11011

Color Harmonies of #755014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755014

Black with #755014

Text Example


Text Example

White with #755014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755014; }

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

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

background-color css

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

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

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

border-color css

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

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

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