Html Css Color HEX #95310C Saddle Brown

📋 copy color: '#95310C'

red 149 ◦ green 49 ◦ blue 12

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

Shades of Saddle Brown #95310C

Tints of Saddle Brown #95310C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.33%

 BLUE value IS 12 (5.08% from 255) = 5.71%

R = 70.95%
G = 23.33%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#95310C (or 0x95310C) is known color: Saddle Brown. HEX triplet: 95, 31 and 0C. RGB value is (149,49,12). Sum of RGB (Red+Green+Blue) = 149+49+12=210 (27% of max value = 765). Red value is 149 (58.59% from 255 or 70.95% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 12 (5.08% from 255 or 5.71% from 210); Max value from RGB is 149 - color contains mainly: red. Hex color #95310C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95310C is #6ACEF3. Grayscale: #4A4A4A. Windows color (decimal): -6999796 or 799125. OLE color: 799125.

HSL color Cylindrical-coordinate representation of color #95310C: hue angle of 16.2º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #95310C is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 49 12 -
CMYK 0 0.67 0.92 0.42
HSL 16.2º 0.85% 0.32% -
HSV(B) 16.2º 0.92% 0.58% -
XYZ 13.56 8.61 1.3 -
YUV 74.68 92.63 181.01 -
System Red Green Blue C M Y K H S L
Decimal 149 49 12 0 0.67 0.92 0.42 16.2 0.85 0.32
Hex 95 31 C 0 43 5C 2A 10 55 20
Octal 225 61 14 0 103 134 52 20 125 40
Binary 10010101 110001 1100 0 1000011 1011100 101010 10000 1010101 100000

Color Harmonies of #95310C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95310C

Black with #95310C

Text Example


Text Example

White with #95310C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,49,12); }

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

background-color css

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

 a { background-color: rgb(149,49,12); }

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

border-color css

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

 span { border-color: rgb(149,49,12); }

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