Html Css Color HEX #95300C Saddle Brown

📋 copy color: '#95300C'

red 149 ◦ green 48 ◦ blue 12

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

Shades of Saddle Brown #95300C

Tints of Saddle Brown #95300C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.97%

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

R = 71.29%
G = 22.97%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#95300C (or 0x95300C) is known color: Saddle Brown. HEX triplet: 95, 30 and 0C. RGB value is (149,48,12). Sum of RGB (Red+Green+Blue) = 149+48+12=209 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.29% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 12 (5.08% from 255 or 5.74% from 209); Max value from RGB is 149 - color contains mainly: red. Hex color #95300C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95300C is #6ACFF3. Grayscale: #4A4A4A. Windows color (decimal): -7000052 or 798869. OLE color: 798869.

HSL color Cylindrical-coordinate representation of color #95300C: hue angle of 15.77º 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 #95300C is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 48 12 -
CMYK 0 0.68 0.92 0.42
HSL 15.77º 0.85% 0.32% -
HSV(B) 15.77º 0.92% 0.58% -
XYZ 13.52 8.53 1.28 -
YUV 74.1 92.96 181.43 -
System Red Green Blue C M Y K H S L
Decimal 149 48 12 0 0.68 0.92 0.42 15.77 0.85 0.32
Hex 95 30 C 0 44 5C 2A 10 55 20
Octal 225 60 14 0 104 134 52 20 125 40
Binary 10010101 110000 1100 0 1000100 1011100 101010 10000 1010101 100000

Color Harmonies of #95300C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95300C

Black with #95300C

Text Example


Text Example

White with #95300C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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