Html Css Color HEX #95481C Saddle Brown

📋 copy color: '#95481C'

red 149 ◦ green 72 ◦ blue 28

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

Shades of Saddle Brown #95481C

Tints of Saddle Brown #95481C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.24%

R = 59.84%
G = 28.92%
B = 11.24%

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

#95481C (or 0x95481C) is known color: Saddle Brown. HEX triplet: 95, 48 and 1C. RGB value is (149,72,28). Sum of RGB (Red+Green+Blue) = 149+72+28=249 (32% of max value = 765). Red value is 149 (58.59% from 255 or 59.84% from 249); Green value is 72 (28.52% from 255 or 28.92% from 249); Blue value is 28 (11.33% from 255 or 11.24% from 249); Max value from RGB is 149 - color contains mainly: red. Hex color #95481C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95481C is #6AB7E3. Grayscale: #5A5A5A. Windows color (decimal): -6993892 or 1853589. OLE color: 1853589.

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

Color convert

RGB 149 72 28 -
CMYK 0 0.52 0.81 0.42
HSL 21.82º 0.68% 0.35% -
HSV(B) 21.82º 0.81% 0.58% -
XYZ 14.92 11.11 2.46 -
YUV 90.01 93.01 170.08 -
System Red Green Blue C M Y K H S L
Decimal 149 72 28 0 0.52 0.81 0.42 21.82 0.68 0.35
Hex 95 48 1C 0 34 51 2A 16 44 23
Octal 225 110 34 0 64 121 52 26 104 43
Binary 10010101 1001000 11100 0 110100 1010001 101010 10110 1000100 100011

Color Harmonies of #95481C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95481C

Black with #95481C

Text Example


Text Example

White with #95481C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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