Html Css Color HEX #95510B Saddle Brown

📋 copy color: '#95510B'

red 149 ◦ green 81 ◦ blue 11

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

Shades of Saddle Brown #95510B

Tints of Saddle Brown #95510B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 33.61%

 BLUE value IS 11 (4.69% from 255) = 4.56%

R = 61.83%
G = 33.61%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#95510B (or 0x95510B) is known color: Saddle Brown. HEX triplet: 95, 51 and 0B. RGB value is (149,81,11). Sum of RGB (Red+Green+Blue) = 149+81+11=241 (31% of max value = 765). Red value is 149 (58.59% from 255 or 61.83% from 241); Green value is 81 (32.03% from 255 or 33.61% from 241); Blue value is 11 (4.69% from 255 or 4.56% from 241); Max value from RGB is 149 - color contains mainly: red. Hex color #95510B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95510B is #6AAEF4. Grayscale: #5D5D5D. Windows color (decimal): -6991605 or 741781. OLE color: 741781.

HSL color Cylindrical-coordinate representation of color #95510B: hue angle of 30.43º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #95510B is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 81 11 -
CMYK 0 0.46 0.93 0.42
HSL 30.43º 0.86% 0.31% -
HSV(B) 30.43º 0.93% 0.58% -
XYZ 15.4 12.3 1.88 -
YUV 93.35 81.53 167.69 -
System Red Green Blue C M Y K H S L
Decimal 149 81 11 0 0.46 0.93 0.42 30.43 0.86 0.31
Hex 95 51 B 0 2E 5D 2A 1E 56 1F
Octal 225 121 13 0 56 135 52 36 126 37
Binary 10010101 1010001 1011 0 101110 1011101 101010 11110 1010110 11111

Color Harmonies of #95510B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95510B

Black with #95510B

Text Example


Text Example

White with #95510B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95510B; }

 p { color: rgb(149,81,11); }

 H1.HeaderClassName
 {
   color: #95510B;
 }
 .AnyTagClassName
 {
   color: #95510B;
 }
</style>

background-color css

<style>
 a { background-color: #95510B; }

 a { background-color: rgb(149,81,11); }

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

border-color css

<style>
 span { border-color: #95510B; }

 span { border-color: rgb(149,81,11); }

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