Html Css Color HEX #95481A Saddle Brown

📋 copy color: '#95481A'

red 149 ◦ green 72 ◦ blue 26

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

Shades of Saddle Brown #95481A

Tints of Saddle Brown #95481A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.15%

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

R = 60.32%
G = 29.15%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#95481A (or 0x95481A) is known color: Saddle Brown. HEX triplet: 95, 48 and 1A. RGB value is (149,72,26). Sum of RGB (Red+Green+Blue) = 149+72+26=247 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.32% from 247); Green value is 72 (28.52% from 255 or 29.15% from 247); Blue value is 26 (10.55% from 255 or 10.53% from 247); Max value from RGB is 149 - color contains mainly: red. Hex color #95481A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95481A is #6AB7E5. Grayscale: #5A5A5A. Windows color (decimal): -6993894 or 1722517. OLE color: 1722517.

HSL color Cylindrical-coordinate representation of color #95481A: hue angle of 22.44º 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 #95481A is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 72 26 -
CMYK 0 0.52 0.83 0.42
HSL 22.44º 0.7% 0.34% -
HSV(B) 22.44º 0.83% 0.58% -
XYZ 14.9 11.1 2.33 -
YUV 89.78 92.01 170.24 -
System Red Green Blue C M Y K H S L
Decimal 149 72 26 0 0.52 0.83 0.42 22.44 0.7 0.34
Hex 95 48 1A 0 34 53 2A 16 46 22
Octal 225 110 32 0 64 123 52 26 106 42
Binary 10010101 1001000 11010 0 110100 1010011 101010 10110 1000110 100010

Color Harmonies of #95481A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95481A

Black with #95481A

Text Example


Text Example

White with #95481A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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