Html Css Color HEX #95450F Saddle Brown

📋 copy color: '#95450F'

red 149 ◦ green 69 ◦ blue 15

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

Shades of Saddle Brown #95450F

Tints of Saddle Brown #95450F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.44%

R = 63.95%
G = 29.61%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#95450F (or 0x95450F) is known color: Saddle Brown. HEX triplet: 95, 45 and 0F. RGB value is (149,69,15). Sum of RGB (Red+Green+Blue) = 149+69+15=233 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.95% from 233); Green value is 69 (27.34% from 255 or 29.61% from 233); Blue value is 15 (6.25% from 255 or 6.44% from 233); Max value from RGB is 149 - color contains mainly: red. Hex color #95450F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95450F is #6ABAF0. Grayscale: #575757. Windows color (decimal): -6994673 or 1000853. OLE color: 1000853.

HSL color Cylindrical-coordinate representation of color #95450F: hue angle of 24.18º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #95450F is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 69 15 -
CMYK 0 0.54 0.90 0.42
HSL 24.18º 0.82% 0.32% -
HSV(B) 24.18º 0.9% 0.58% -
XYZ 14.61 10.68 1.74 -
YUV 86.76 87.5 172.39 -
System Red Green Blue C M Y K H S L
Decimal 149 69 15 0 0.54 0.90 0.42 24.18 0.82 0.32
Hex 95 45 F 0 36 5A 2A 18 52 20
Octal 225 105 17 0 66 132 52 30 122 40
Binary 10010101 1000101 1111 0 110110 1011010 101010 11000 1010010 100000

Color Harmonies of #95450F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95450F

Black with #95450F

Text Example


Text Example

White with #95450F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95450F; }

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

 H1.HeaderClassName
 {
   color: #95450F;
 }
 .AnyTagClassName
 {
   color: #95450F;
 }
</style>

background-color css

<style>
 a { background-color: #95450F; }

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

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

border-color css

<style>
 span { border-color: #95450F; }

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

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