Html Css Color HEX #95350D Saddle Brown

📋 copy color: '#95350D'

red 149 ◦ green 53 ◦ blue 13

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

Shades of Saddle Brown #95350D

Tints of Saddle Brown #95350D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.65%

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

R = 69.3%
G = 24.65%
B = 6.05%

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

#95350D (or 0x95350D) is known color: Saddle Brown. HEX triplet: 95, 35 and 0D. RGB value is (149,53,13). Sum of RGB (Red+Green+Blue) = 149+53+13=215 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.30% from 215); Green value is 53 (21.09% from 255 or 24.65% from 215); Blue value is 13 (5.47% from 255 or 6.05% from 215); Max value from RGB is 149 - color contains mainly: red. Hex color #95350D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95350D is #6ACAF2. Grayscale: #4D4D4D. Windows color (decimal): -6998771 or 865685. OLE color: 865685.

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

Color convert

RGB 149 53 13 -
CMYK 0 0.64 0.91 0.42
HSL 17.65º 0.84% 0.32% -
HSV(B) 17.65º 0.91% 0.58% -
XYZ 13.74 8.96 1.39 -
YUV 77.14 91.8 179.25 -
System Red Green Blue C M Y K H S L
Decimal 149 53 13 0 0.64 0.91 0.42 17.65 0.84 0.32
Hex 95 35 D 0 40 5B 2A 12 54 20
Octal 225 65 15 0 100 133 52 22 124 40
Binary 10010101 110101 1101 0 1000000 1011011 101010 10010 1010100 100000

Color Harmonies of #95350D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95350D

Black with #95350D

Text Example


Text Example

White with #95350D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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