Html Css Color HEX #95320F Saddle Brown

📋 copy color: '#95320F'

red 149 ◦ green 50 ◦ blue 15

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

Shades of Saddle Brown #95320F

Tints of Saddle Brown #95320F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.01%

R = 69.63%
G = 23.36%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#95320F (or 0x95320F) is known color: Saddle Brown. HEX triplet: 95, 32 and 0F. RGB value is (149,50,15). Sum of RGB (Red+Green+Blue) = 149+50+15=214 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.63% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 15 (6.25% from 255 or 7.01% from 214); Max value from RGB is 149 - color contains mainly: red. Hex color #95320F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95320F is #6ACDF0. Grayscale: #4B4B4B. Windows color (decimal): -6999537 or 995989. OLE color: 995989.

HSL color Cylindrical-coordinate representation of color #95320F: hue angle of 15.67º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #95320F is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 50 15 -
CMYK 0 0.66 0.90 0.42
HSL 15.67º 0.82% 0.32% -
HSV(B) 15.67º 0.9% 0.58% -
XYZ 13.62 8.71 1.41 -
YUV 75.61 93.8 180.35 -
System Red Green Blue C M Y K H S L
Decimal 149 50 15 0 0.66 0.90 0.42 15.67 0.82 0.32
Hex 95 32 F 0 42 5A 2A 10 52 20
Octal 225 62 17 0 102 132 52 20 122 40
Binary 10010101 110010 1111 0 1000010 1011010 101010 10000 1010010 100000

Color Harmonies of #95320F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95320F

Black with #95320F

Text Example


Text Example

White with #95320F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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