Html Css Color HEX #95360E Saddle Brown

📋 copy color: '#95360E'

red 149 ◦ green 54 ◦ blue 14

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

Shades of Saddle Brown #95360E

Tints of Saddle Brown #95360E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.88%

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

R = 68.66%
G = 24.88%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#95360E (or 0x95360E) is known color: Saddle Brown. HEX triplet: 95, 36 and 0E. RGB value is (149,54,14). Sum of RGB (Red+Green+Blue) = 149+54+14=217 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.66% from 217); Green value is 54 (21.48% from 255 or 24.88% from 217); Blue value is 14 (5.86% from 255 or 6.45% from 217); Max value from RGB is 149 - color contains mainly: red. Hex color #95360E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95360E is #6AC9F1. Grayscale: #4E4E4E. Windows color (decimal): -6998514 or 931477. OLE color: 931477.

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

Color convert

RGB 149 54 14 -
CMYK 0 0.64 0.91 0.42
HSL 17.78º 0.83% 0.32% -
HSV(B) 17.78º 0.91% 0.58% -
XYZ 13.79 9.06 1.44 -
YUV 77.85 91.97 178.75 -
System Red Green Blue C M Y K H S L
Decimal 149 54 14 0 0.64 0.91 0.42 17.78 0.83 0.32
Hex 95 36 E 0 40 5B 2A 12 53 20
Octal 225 66 16 0 100 133 52 22 123 40
Binary 10010101 110110 1110 0 1000000 1011011 101010 10010 1010011 100000

Color Harmonies of #95360E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95360E

Black with #95360E

Text Example


Text Example

White with #95360E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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