Html Css Color HEX #755B12 Raw Umber

📋 copy color: '#755B12'

red 117 ◦ green 91 ◦ blue 18

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

Shades of Raw Umber #755B12

Tints of Raw Umber #755B12

RGB

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

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

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

R = 51.77%
G = 40.27%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#755B12 (or 0x755B12) is known color: Raw Umber. HEX triplet: 75, 5B and 12. RGB value is (117,91,18). Sum of RGB (Red+Green+Blue) = 117+91+18=226 (29% of max value = 765). Red value is 117 (46.09% from 255 or 51.77% from 226); Green value is 91 (35.94% from 255 or 40.27% from 226); Blue value is 18 (7.42% from 255 or 7.96% from 226); Max value from RGB is 117 - color contains mainly: red. Hex color #755B12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755B12 is #8AA4ED. Grayscale: #5A5A5A. Windows color (decimal): -9086190 or 1203061. OLE color: 1203061.

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

Color convert

RGB 117 91 18 -
CMYK 0 0.22 0.85 0.54
HSL 44.24º 0.73% 0.26% -
HSV(B) 44.24º 0.85% 0.46% -
XYZ 11.19 11.31 2.17 -
YUV 90.45 87.11 146.94 -
System Red Green Blue C M Y K H S L
Decimal 117 91 18 0 0.22 0.85 0.54 44.24 0.73 0.26
Hex 75 5B 12 0 16 55 36 2C 49 1A
Octal 165 133 22 0 26 125 66 54 111 32
Binary 1110101 1011011 10010 0 10110 1010101 110110 101100 1001001 11010

Color Harmonies of #755B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755B12

Black with #755B12

Text Example


Text Example

White with #755B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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