Html Css Color HEX #95481D Saddle Brown

📋 copy color: '#95481D'

red 149 ◦ green 72 ◦ blue 29

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

Shades of Saddle Brown #95481D

Tints of Saddle Brown #95481D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.6%

R = 59.6%
G = 28.8%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#95481D (or 0x95481D) is known color: Saddle Brown. HEX triplet: 95, 48 and 1D. RGB value is (149,72,29). Sum of RGB (Red+Green+Blue) = 149+72+29=250 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.6% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 29 (11.72% from 255 or 11.6% from 250); Max value from RGB is 149 - color contains mainly: red. Hex color #95481D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95481D is #6AB7E2. Grayscale: #5A5A5A. Windows color (decimal): -6993891 or 1919125. OLE color: 1919125.

HSL color Cylindrical-coordinate representation of color #95481D: hue angle of 21.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #95481D is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 72 29 -
CMYK 0 0.52 0.81 0.42
HSL 21.5º 0.67% 0.35% -
HSV(B) 21.5º 0.81% 0.58% -
XYZ 14.93 11.11 2.52 -
YUV 90.12 93.51 170 -
System Red Green Blue C M Y K H S L
Decimal 149 72 29 0 0.52 0.81 0.42 21.5 0.67 0.35
Hex 95 48 1D 0 34 51 2A 16 43 23
Octal 225 110 35 0 64 121 52 26 103 43
Binary 10010101 1001000 11101 0 110100 1010001 101010 10110 1000011 100011

Color Harmonies of #95481D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95481D

Black with #95481D

Text Example


Text Example

White with #95481D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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