Html Css Color HEX #95451D Saddle Brown

📋 copy color: '#95451D'

red 149 ◦ green 69 ◦ blue 29

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

Shades of Saddle Brown #95451D

Tints of Saddle Brown #95451D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.94%

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

R = 60.32%
G = 27.94%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#95451D (or 0x95451D) is known color: Saddle Brown. HEX triplet: 95, 45 and 1D. RGB value is (149,69,29). Sum of RGB (Red+Green+Blue) = 149+69+29=247 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.32% from 247); Green value is 69 (27.34% from 255 or 27.94% from 247); Blue value is 29 (11.72% from 255 or 11.74% from 247); Max value from RGB is 149 - color contains mainly: red. Hex color #95451D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95451D is #6ABAE2. Grayscale: #585858. Windows color (decimal): -6994659 or 1918357. OLE color: 1918357.

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

Color convert

RGB 149 69 29 -
CMYK 0 0.54 0.81 0.42
HSL 20º 0.67% 0.35% -
HSV(B) 20º 0.81% 0.58% -
XYZ 14.74 10.73 2.46 -
YUV 88.36 94.5 171.25 -
System Red Green Blue C M Y K H S L
Decimal 149 69 29 0 0.54 0.81 0.42 20 0.67 0.35
Hex 95 45 1D 0 36 51 2A 14 43 23
Octal 225 105 35 0 66 121 52 24 103 43
Binary 10010101 1000101 11101 0 110110 1010001 101010 10100 1000011 100011

Color Harmonies of #95451D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95451D

Black with #95451D

Text Example


Text Example

White with #95451D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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