Html Css Color HEX #95411C Saddle Brown

📋 copy color: '#95411C'

red 149 ◦ green 65 ◦ blue 28

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

Shades of Saddle Brown #95411C

Tints of Saddle Brown #95411C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.86%

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

R = 61.57%
G = 26.86%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#95411C (or 0x95411C) is known color: Saddle Brown. HEX triplet: 95, 41 and 1C. RGB value is (149,65,28). Sum of RGB (Red+Green+Blue) = 149+65+28=242 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.57% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 28 (11.33% from 255 or 11.57% from 242); Max value from RGB is 149 - color contains mainly: red. Hex color #95411C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95411C is #6ABEE3. Grayscale: #565656. Windows color (decimal): -6995684 or 1851797. OLE color: 1851797.

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

Color convert

RGB 149 65 28 -
CMYK 0 0.56 0.81 0.42
HSL 18.35º 0.68% 0.35% -
HSV(B) 18.35º 0.81% 0.58% -
XYZ 14.49 10.25 2.31 -
YUV 85.9 95.33 173.01 -
System Red Green Blue C M Y K H S L
Decimal 149 65 28 0 0.56 0.81 0.42 18.35 0.68 0.35
Hex 95 41 1C 0 38 51 2A 12 44 23
Octal 225 101 34 0 70 121 52 22 104 43
Binary 10010101 1000001 11100 0 111000 1010001 101010 10010 1000100 100011

Color Harmonies of #95411C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95411C

Black with #95411C

Text Example


Text Example

White with #95411C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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