Html Css Color HEX #95521A Saddle Brown

📋 copy color: '#95521A'

red 149 ◦ green 82 ◦ blue 26

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

Shades of Saddle Brown #95521A

Tints of Saddle Brown #95521A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.91%

 BLUE value IS 26 (10.55% from 255) = 10.12%

R = 57.98%
G = 31.91%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#95521A (or 0x95521A) is known color: Saddle Brown. HEX triplet: 95, 52 and 1A. RGB value is (149,82,26). Sum of RGB (Red+Green+Blue) = 149+82+26=257 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.98% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 26 (10.55% from 255 or 10.12% from 257); Max value from RGB is 149 - color contains mainly: red. Hex color #95521A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95521A is #6AADE5. Grayscale: #5F5F5F. Windows color (decimal): -6991334 or 1725077. OLE color: 1725077.

HSL color Cylindrical-coordinate representation of color #95521A: hue angle of 27.32º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #95521A is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 82 26 -
CMYK 0 0.45 0.83 0.42
HSL 27.32º 0.7% 0.34% -
HSV(B) 27.32º 0.83% 0.58% -
XYZ 15.6 12.5 2.57 -
YUV 95.65 88.7 166.05 -
System Red Green Blue C M Y K H S L
Decimal 149 82 26 0 0.45 0.83 0.42 27.32 0.7 0.34
Hex 95 52 1A 0 2D 53 2A 1B 46 22
Octal 225 122 32 0 55 123 52 33 106 42
Binary 10010101 1010010 11010 0 101101 1010011 101010 11011 1000110 100010

Color Harmonies of #95521A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95521A

Black with #95521A

Text Example


Text Example

White with #95521A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95521A; }

 p { color: rgb(149,82,26); }

 H1.HeaderClassName
 {
   color: #95521A;
 }
 .AnyTagClassName
 {
   color: #95521A;
 }
</style>

background-color css

<style>
 a { background-color: #95521A; }

 a { background-color: rgb(149,82,26); }

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

border-color css

<style>
 span { border-color: #95521A; }

 span { border-color: rgb(149,82,26); }

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