#75501B

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

Shades of Raw Umber #75501B

Tints of Raw Umber #75501B

Color information

#75501B (or 0x75501B) is unknown color: approx Raw Umber. HEX triplet: 75, 50 and 1B. RGB value is (117,80,27). Sum of RGB (Red+Green+Blue) = 117+80+27=224 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.23% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 27 (10.94% from 255 or 12.05% from 224); Max value from RGB is 117 - color contains mainly: red. Hex color #75501B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75501B is #8AAFE4. Grayscale: #555555. Windows color (decimal): -9088997 or 1790069. OLE color: 1790069.

HSL color Cylindrical-coordinate representation of color #75501B: hue angle of 35.33º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #75501B is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB1178027-
CMYK00.320.770.54
HSL35.33º62.5%28.24%-
HSV(B)35.33º76.92%45.88%-
XYZ10.49.62.34-
YUV85.0295.26150.81-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.23%
GREEN value IS 80 (31.64% from 255) = 35.71%
BLUE value IS 27 (10.94% from 255) = 12.05%
R=52.23%
G=35.71%
B=12.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117802700.320.770.5435.3362.528.24
Hex75501B0204D36233e1c
Octal1651203304011566437634
Binary11101011010000110110100000100110111011010001111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75501B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75501B; }

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

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

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

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

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

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

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

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