Html Css Color HEX #95320A Saddle Brown

📋 copy color: '#95320A'

red 149 ◦ green 50 ◦ blue 10

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

Shades of Saddle Brown #95320A

Tints of Saddle Brown #95320A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.92%

 BLUE value IS 10 (4.3% from 255) = 4.78%

R = 71.29%
G = 23.92%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#95320A (or 0x95320A) is known color: Saddle Brown. HEX triplet: 95, 32 and 0A. RGB value is (149,50,10). Sum of RGB (Red+Green+Blue) = 149+50+10=209 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.29% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 10 (4.30% from 255 or 4.78% from 209); Max value from RGB is 149 - color contains mainly: red. Hex color #95320A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95320A is #6ACDF5. Grayscale: #4B4B4B. Windows color (decimal): -6999542 or 668309. OLE color: 668309.

HSL color Cylindrical-coordinate representation of color #95320A: hue angle of 17.27º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #95320A is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 50 10 -
CMYK 0 0.66 0.93 0.42
HSL 17.27º 0.87% 0.31% -
HSV(B) 17.27º 0.93% 0.58% -
XYZ 13.59 8.69 1.25 -
YUV 75.04 91.3 180.75 -
System Red Green Blue C M Y K H S L
Decimal 149 50 10 0 0.66 0.93 0.42 17.27 0.87 0.31
Hex 95 32 A 0 42 5D 2A 11 57 1F
Octal 225 62 12 0 102 135 52 21 127 37
Binary 10010101 110010 1010 0 1000010 1011101 101010 10001 1010111 11111

Color Harmonies of #95320A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95320A

Black with #95320A

Text Example


Text Example

White with #95320A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95320A; }

 p { color: rgb(149,50,10); }

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

background-color css

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

 a { background-color: rgb(149,50,10); }

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

border-color css

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

 span { border-color: rgb(149,50,10); }

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