Html Css Color HEX #952308 Mandarian Orange

📋 copy color: '#952308'

red 149 ◦ green 35 ◦ blue 8

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

Shades of Mandarian Orange #952308

Tints of Mandarian Orange #952308

RGB

 RED value IS 149 (58.59% from 255) = 77.6%

 GREEN value IS 35 (14.06% from 255) = 18.23%

 BLUE value IS 8 (3.52% from 255) = 4.17%

R = 77.6%
G = 18.23%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#952308 (or 0x952308) is known color: Mandarian Orange. HEX triplet: 95, 23 and 08. RGB value is (149,35,8). Sum of RGB (Red+Green+Blue) = 149+35+8=192 (25% of max value = 765). Red value is 149 (58.59% from 255 or 77.60% from 192); Green value is 35 (14.06% from 255 or 18.23% from 192); Blue value is 8 (3.52% from 255 or 4.17% from 192); Max value from RGB is 149 - color contains mainly: red. Hex color #952308 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952308 is #6ADCF7. Grayscale: #424242. Windows color (decimal): -7003384 or 533397. OLE color: 533397.

HSL color Cylindrical-coordinate representation of color #952308: hue angle of 11.49º 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 #952308 is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 35 8 -
CMYK 0 0.77 0.95 0.42
HSL 11.49º 0.9% 0.31% -
HSV(B) 11.49º 0.95% 0.58% -
XYZ 13.04 7.61 1.01 -
YUV 66.01 95.27 187.2 -
System Red Green Blue C M Y K H S L
Decimal 149 35 8 0 0.77 0.95 0.42 11.49 0.9 0.31
Hex 95 23 8 0 4D 5F 2A B 5A 1F
Octal 225 43 10 0 115 137 52 13 132 37
Binary 10010101 100011 1000 0 1001101 1011111 101010 1011 1011010 11111

Color Harmonies of #952308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952308

Black with #952308

Text Example


Text Example

White with #952308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952308; }

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

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

background-color css

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

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

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

border-color css

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

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

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