#952508

Color #952508 Mandarian Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandarian Orange #952508

Tints of Mandarian Orange #952508

Color information

#952508 (or 0x952508) is unknown color: approx Mandarian Orange. HEX triplet: 95, 25 and 08. RGB value is (149,37,8). Sum of RGB (Red+Green+Blue) = 149+37+8=194 (25% of max value = 765). Red value is 149 (58.59% from 255 or 76.80% from 194); Green value is 37 (14.84% from 255 or 19.07% from 194); Blue value is 8 (3.52% from 255 or 4.12% from 194); Max value from RGB is 149 - color contains mainly: red. Hex color #952508 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952508 is #6ADAF7. Grayscale: #434343. Windows color (decimal): -7002872 or 533909. OLE color: 533909.

HSL color Cylindrical-coordinate representation of color #952508: hue angle of 12.34º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #952508 is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB149378-
CMYK00.750.950.42
HSL12.34º89.81%30.78%-
HSV(B)12.34º94.63%58.43%-
XYZ13.17.731.03-
YUV67.1894.61186.36-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 76.80%
GREEN value IS 37 (14.84% from 255) = 19.07%
BLUE value IS 8 (3.52% from 255) = 4.12%
R=76.80%
G=19.07%
B=4.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14937800.750.950.4212.3489.8130.78
Hex9525804B5F2Ac5a1f
Octal22545100113137521413237
Binary1001010110010110000100101110111111010101100101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952508; }

 p { color: rgb(149,37,8); }

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

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

 a { background-color: rgb(149,37,8); }

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

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

 span { border-color: rgb(149,37,8); }

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