Html Css Color HEX #95491C Saddle Brown

📋 copy color: '#95491C'

red 149 ◦ green 73 ◦ blue 28

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

Shades of Saddle Brown #95491C

Tints of Saddle Brown #95491C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.2%

 BLUE value IS 28 (11.33% from 255) = 11.2%

R = 59.6%
G = 29.2%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#95491C (or 0x95491C) is known color: Saddle Brown. HEX triplet: 95, 49 and 1C. RGB value is (149,73,28). Sum of RGB (Red+Green+Blue) = 149+73+28=250 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.6% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 28 (11.33% from 255 or 11.2% from 250); Max value from RGB is 149 - color contains mainly: red. Hex color #95491C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95491C is #6AB6E3. Grayscale: #5A5A5A. Windows color (decimal): -6993636 or 1853845. OLE color: 1853845.

HSL color Cylindrical-coordinate representation of color #95491C: hue angle of 22.31º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #95491C is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 73 28 -
CMYK 0 0.51 0.81 0.42
HSL 22.31º 0.68% 0.35% -
HSV(B) 22.31º 0.81% 0.58% -
XYZ 14.99 11.24 2.48 -
YUV 90.59 92.68 169.66 -
System Red Green Blue C M Y K H S L
Decimal 149 73 28 0 0.51 0.81 0.42 22.31 0.68 0.35
Hex 95 49 1C 0 33 51 2A 16 44 23
Octal 225 111 34 0 63 121 52 26 104 43
Binary 10010101 1001001 11100 0 110011 1010001 101010 10110 1000100 100011

Color Harmonies of #95491C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95491C

Black with #95491C

Text Example


Text Example

White with #95491C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,73,28); }

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

background-color css

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

 a { background-color: rgb(149,73,28); }

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

border-color css

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

 span { border-color: rgb(149,73,28); }

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