Html Css Color HEX #95460E Saddle Brown

📋 copy color: '#95460E'

red 149 ◦ green 70 ◦ blue 14

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

Shades of Saddle Brown #95460E

Tints of Saddle Brown #95460E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.01%

R = 63.95%
G = 30.04%
B = 6.01%

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

#95460E (or 0x95460E) is known color: Saddle Brown. HEX triplet: 95, 46 and 0E. RGB value is (149,70,14). Sum of RGB (Red+Green+Blue) = 149+70+14=233 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.95% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 14 (5.86% from 255 or 6.01% from 233); Max value from RGB is 149 - color contains mainly: red. Hex color #95460E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95460E is #6AB9F1. Grayscale: #575757. Windows color (decimal): -6994418 or 935573. OLE color: 935573.

HSL color Cylindrical-coordinate representation of color #95460E: hue angle of 24.89º degrees, saturation: 0.83, 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 #95460E is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 70 14 -
CMYK 0 0.53 0.91 0.42
HSL 24.89º 0.83% 0.32% -
HSV(B) 24.89º 0.91% 0.58% -
XYZ 14.66 10.8 1.73 -
YUV 87.24 86.67 172.05 -
System Red Green Blue C M Y K H S L
Decimal 149 70 14 0 0.53 0.91 0.42 24.89 0.83 0.32
Hex 95 46 E 0 35 5B 2A 19 53 20
Octal 225 106 16 0 65 133 52 31 123 40
Binary 10010101 1000110 1110 0 110101 1011011 101010 11001 1010011 100000

Color Harmonies of #95460E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95460E

Black with #95460E

Text Example


Text Example

White with #95460E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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