Html Css Color HEX #95460D Saddle Brown

📋 copy color: '#95460D'

red 149 ◦ green 70 ◦ blue 13

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

Shades of Saddle Brown #95460D

Tints of Saddle Brown #95460D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.17%

 BLUE value IS 13 (5.47% from 255) = 5.6%

R = 64.22%
G = 30.17%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#95460D (or 0x95460D) is known color: Saddle Brown. HEX triplet: 95, 46 and 0D. RGB value is (149,70,13). Sum of RGB (Red+Green+Blue) = 149+70+13=232 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.22% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 13 (5.47% from 255 or 5.60% from 232); Max value from RGB is 149 - color contains mainly: red. Hex color #95460D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95460D is #6AB9F2. Grayscale: #575757. Windows color (decimal): -6994419 or 870037. OLE color: 870037.

HSL color Cylindrical-coordinate representation of color #95460D: hue angle of 25.15º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #95460D is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 70 13 -
CMYK 0 0.53 0.91 0.42
HSL 25.15º 0.84% 0.32% -
HSV(B) 25.15º 0.91% 0.58% -
XYZ 14.66 10.8 1.69 -
YUV 87.12 86.17 172.13 -
System Red Green Blue C M Y K H S L
Decimal 149 70 13 0 0.53 0.91 0.42 25.15 0.84 0.32
Hex 95 46 D 0 35 5B 2A 19 54 20
Octal 225 106 15 0 65 133 52 31 124 40
Binary 10010101 1000110 1101 0 110101 1011011 101010 11001 1010100 100000

Color Harmonies of #95460D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95460D

Black with #95460D

Text Example


Text Example

White with #95460D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,70,13); }

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

background-color css

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

 a { background-color: rgb(149,70,13); }

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

border-color css

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

 span { border-color: rgb(149,70,13); }

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