#75501C

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

Shades of Raw Umber #75501C

Tints of Raw Umber #75501C

Color information

#75501C (or 0x75501C) is unknown color: approx Raw Umber. HEX triplet: 75, 50 and 1C. RGB value is (117,80,28). Sum of RGB (Red+Green+Blue) = 117+80+28=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 80 (31.64% from 255 or 35.56% from 225); Blue value is 28 (11.33% from 255 or 12.44% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #75501C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75501C is #8AAFE3. Grayscale: #555555. Windows color (decimal): -9088996 or 1855605. OLE color: 1855605.

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

Color convert

RGB1178028-
CMYK00.320.760.54
HSL35.06º61.38%28.43%-
HSV(B)35.06º76.07%45.88%-
XYZ10.419.62.4-
YUV85.1495.76150.73-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52%
GREEN value IS 80 (31.64% from 255) = 35.56%
BLUE value IS 28 (11.33% from 255) = 12.44%
R=52%
G=35.56%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.76
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117802800.320.760.5435.0661.3828.43
Hex75501C0204C36233d1c
Octal1651203404011466437534
Binary11101011010000111000100000100110011011010001111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75501C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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