Html Css Color HEX #755113 Raw Umber

📋 copy color: '#755113'

red 117 ◦ green 81 ◦ blue 19

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

Shades of Raw Umber #755113

Tints of Raw Umber #755113

RGB

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

 GREEN value IS 81 (32.03% from 255) = 37.33%

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

R = 53.92%
G = 37.33%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#755113 (or 0x755113) is known color: Raw Umber. HEX triplet: 75, 51 and 13. RGB value is (117,81,19). Sum of RGB (Red+Green+Blue) = 117+81+19=217 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.92% from 217); Green value is 81 (32.03% from 255 or 37.33% from 217); Blue value is 19 (7.81% from 255 or 8.76% from 217); Max value from RGB is 117 - color contains mainly: red. Hex color #755113 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755113 is #8AAEEC. Grayscale: #545454. Windows color (decimal): -9088749 or 1266037. OLE color: 1266037.

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

Color convert

RGB 117 81 19 -
CMYK 0 0.31 0.84 0.54
HSL 37.96º 0.72% 0.27% -
HSV(B) 37.96º 0.84% 0.46% -
XYZ 10.4 9.71 1.94 -
YUV 84.7 90.93 151.04 -
System Red Green Blue C M Y K H S L
Decimal 117 81 19 0 0.31 0.84 0.54 37.96 0.72 0.27
Hex 75 51 13 0 1F 54 36 26 48 1B
Octal 165 121 23 0 37 124 66 46 110 33
Binary 1110101 1010001 10011 0 11111 1010100 110110 100110 1001000 11011

Color Harmonies of #755113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755113

Black with #755113

Text Example


Text Example

White with #755113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755113; }

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

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

background-color css

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

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

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

border-color css

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

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

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