Html Css Color HEX #95401A Saddle Brown

📋 copy color: '#95401A'

red 149 ◦ green 64 ◦ blue 26

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

Shades of Saddle Brown #95401A

Tints of Saddle Brown #95401A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.78%

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

R = 62.34%
G = 26.78%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#95401A (or 0x95401A) is known color: Saddle Brown. HEX triplet: 95, 40 and 1A. RGB value is (149,64,26). Sum of RGB (Red+Green+Blue) = 149+64+26=239 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.34% from 239); Green value is 64 (25.39% from 255 or 26.78% from 239); Blue value is 26 (10.55% from 255 or 10.88% from 239); Max value from RGB is 149 - color contains mainly: red. Hex color #95401A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95401A is #6ABFE5. Grayscale: #555555. Windows color (decimal): -6995942 or 1720469. OLE color: 1720469.

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

Color convert

RGB 149 64 26 -
CMYK 0 0.57 0.83 0.42
HSL 18.54º 0.7% 0.34% -
HSV(B) 18.54º 0.83% 0.58% -
XYZ 14.41 10.13 2.17 -
YUV 85.08 94.66 173.59 -
System Red Green Blue C M Y K H S L
Decimal 149 64 26 0 0.57 0.83 0.42 18.54 0.7 0.34
Hex 95 40 1A 0 39 53 2A 13 46 22
Octal 225 100 32 0 71 123 52 23 106 42
Binary 10010101 1000000 11010 0 111001 1010011 101010 10011 1000110 100010

Color Harmonies of #95401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95401A

Black with #95401A

Text Example


Text Example

White with #95401A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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