Html Css Color HEX #95491D Saddle Brown

📋 copy color: '#95491D'

red 149 ◦ green 73 ◦ blue 29

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

Shades of Saddle Brown #95491D

Tints of Saddle Brown #95491D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.55%

R = 59.36%
G = 29.08%
B = 11.55%

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

#95491D (or 0x95491D) is known color: Saddle Brown. HEX triplet: 95, 49 and 1D. RGB value is (149,73,29). Sum of RGB (Red+Green+Blue) = 149+73+29=251 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.36% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 29 (11.72% from 255 or 11.55% from 251); Max value from RGB is 149 - color contains mainly: red. Hex color #95491D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95491D is #6AB6E2. Grayscale: #5A5A5A. Windows color (decimal): -6993635 or 1919381. OLE color: 1919381.

HSL color Cylindrical-coordinate representation of color #95491D: hue angle of 22º degrees, saturation: 0.67, 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 #95491D is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 73 29 -
CMYK 0 0.51 0.81 0.42
HSL 22º 0.67% 0.35% -
HSV(B) 22º 0.81% 0.58% -
XYZ 15 11.24 2.54 -
YUV 90.71 93.18 169.58 -
System Red Green Blue C M Y K H S L
Decimal 149 73 29 0 0.51 0.81 0.42 22 0.67 0.35
Hex 95 49 1D 0 33 51 2A 16 43 23
Octal 225 111 35 0 63 121 52 26 103 43
Binary 10010101 1001001 11101 0 110011 1010001 101010 10110 1000011 100011

Color Harmonies of #95491D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95491D

Black with #95491D

Text Example


Text Example

White with #95491D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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