Html Css Color HEX #95360F Saddle Brown

📋 copy color: '#95360F'

red 149 ◦ green 54 ◦ blue 15

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

Shades of Saddle Brown #95360F

Tints of Saddle Brown #95360F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.77%

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

R = 68.35%
G = 24.77%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#95360F (or 0x95360F) is known color: Saddle Brown. HEX triplet: 95, 36 and 0F. RGB value is (149,54,15). Sum of RGB (Red+Green+Blue) = 149+54+15=218 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.35% from 218); Green value is 54 (21.48% from 255 or 24.77% from 218); Blue value is 15 (6.25% from 255 or 6.88% from 218); Max value from RGB is 149 - color contains mainly: red. Hex color #95360F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95360F is #6AC9F0. Grayscale: #4E4E4E. Windows color (decimal): -6998513 or 997013. OLE color: 997013.

HSL color Cylindrical-coordinate representation of color #95360F: hue angle of 17.46º 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 #95360F is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 54 15 -
CMYK 0 0.64 0.90 0.42
HSL 17.46º 0.82% 0.32% -
HSV(B) 17.46º 0.9% 0.58% -
XYZ 13.8 9.06 1.47 -
YUV 77.96 92.47 178.67 -
System Red Green Blue C M Y K H S L
Decimal 149 54 15 0 0.64 0.90 0.42 17.46 0.82 0.32
Hex 95 36 F 0 40 5A 2A 11 52 20
Octal 225 66 17 0 100 132 52 21 122 40
Binary 10010101 110110 1111 0 1000000 1011010 101010 10001 1010010 100000

Color Harmonies of #95360F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95360F

Black with #95360F

Text Example


Text Example

White with #95360F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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