#755C0B

Color #755C0B Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #755C0B

Tints of Raw Umber #755C0B

Color information

#755C0B (or 0x755C0B) is unknown color: approx Raw Umber. HEX triplet: 75, 5C and 0B. RGB value is (117,92,11). Sum of RGB (Red+Green+Blue) = 117+92+11=220 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.18% from 220); Green value is 92 (36.33% from 255 or 41.82% from 220); Blue value is 11 (4.69% from 255 or 5% from 220); Max value from RGB is 117 - color contains mainly: red. Hex color #755C0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755C0B is #8AA3F4. Grayscale: #5A5A5A. Windows color (decimal): -9085941 or 744565. OLE color: 744565.

HSL color Cylindrical-coordinate representation of color #755C0B: hue angle of 45.85º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #755C0B is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB1179211-
CMYK00.210.910.54
HSL45.85º82.81%25.1%-
HSV(B)45.85º90.6%45.88%-
XYZ11.2211.461.94-
YUV90.2483.28147.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.18%
GREEN value IS 92 (36.33% from 255) = 41.82%
BLUE value IS 11 (4.69% from 255) = 5%
R=53.18%
G=41.82%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117921100.210.910.5445.8582.8125.1
Hex755CB0155B362e5319
Octal16513413025133665612331
Binary1110101101110010110101011011011110110101110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,92,11); }

 H1.HeaderClassName
 {
   color: #755C0B;
 }
 .AnyTagClassName
 {
   color: #755C0B;
 }
</style>
background-color css

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

 a { background-color: rgb(117,92,11); }

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

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

 span { border-color: rgb(117,92,11); }

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