Html Css Color HEX #755B13 Raw Umber

📋 copy color: '#755B13'

red 117 ◦ green 91 ◦ blue 19

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

Shades of Raw Umber #755B13

Tints of Raw Umber #755B13

RGB

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

 GREEN value IS 91 (35.94% from 255) = 40.09%

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

R = 51.54%
G = 40.09%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#755B13 (or 0x755B13) is known color: Raw Umber. HEX triplet: 75, 5B and 13. RGB value is (117,91,19). Sum of RGB (Red+Green+Blue) = 117+91+19=227 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.54% from 227); Green value is 91 (35.94% from 255 or 40.09% from 227); Blue value is 19 (7.81% from 255 or 8.37% from 227); Max value from RGB is 117 - color contains mainly: red. Hex color #755B13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755B13 is #8AA4EC. Grayscale: #5A5A5A. Windows color (decimal): -9086189 or 1268597. OLE color: 1268597.

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

Color convert

RGB 117 91 19 -
CMYK 0 0.22 0.84 0.54
HSL 44.08º 0.72% 0.27% -
HSV(B) 44.08º 0.84% 0.46% -
XYZ 11.19 11.31 2.21 -
YUV 90.57 87.61 146.85 -
System Red Green Blue C M Y K H S L
Decimal 117 91 19 0 0.22 0.84 0.54 44.08 0.72 0.27
Hex 75 5B 13 0 16 54 36 2C 48 1B
Octal 165 133 23 0 26 124 66 54 110 33
Binary 1110101 1011011 10011 0 10110 1010100 110110 101100 1001000 11011

Color Harmonies of #755B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755B13

Black with #755B13

Text Example


Text Example

White with #755B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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