Html Css Color HEX #953F0F Saddle Brown

📋 copy color: '#953F0F'

red 149 ◦ green 63 ◦ blue 15

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

Shades of Saddle Brown #953F0F

Tints of Saddle Brown #953F0F

RGB

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

 GREEN value IS 63 (25% from 255) = 27.75%

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

R = 65.64%
G = 27.75%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#953F0F (or 0x953F0F) is known color: Saddle Brown. HEX triplet: 95, 3F and 0F. RGB value is (149,63,15). Sum of RGB (Red+Green+Blue) = 149+63+15=227 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.64% from 227); Green value is 63 (25% from 255 or 27.75% from 227); Blue value is 15 (6.25% from 255 or 6.61% from 227); Max value from RGB is 149 - color contains mainly: red. Hex color #953F0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953F0F is #6AC0F0. Grayscale: #535353. Windows color (decimal): -6996209 or 999317. OLE color: 999317.

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

Color convert

RGB 149 63 15 -
CMYK 0 0.58 0.90 0.42
HSL 21.49º 0.82% 0.32% -
HSV(B) 21.49º 0.9% 0.58% -
XYZ 14.26 9.98 1.63 -
YUV 83.24 89.49 174.9 -
System Red Green Blue C M Y K H S L
Decimal 149 63 15 0 0.58 0.90 0.42 21.49 0.82 0.32
Hex 95 3F F 0 3A 5A 2A 15 52 20
Octal 225 77 17 0 72 132 52 25 122 40
Binary 10010101 111111 1111 0 111010 1011010 101010 10101 1010010 100000

Color Harmonies of #953F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953F0F

Black with #953F0F

Text Example


Text Example

White with #953F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953F0F; }

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

 H1.HeaderClassName
 {
   color: #953F0F;
 }
 .AnyTagClassName
 {
   color: #953F0F;
 }
</style>

background-color css

<style>
 a { background-color: #953F0F; }

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

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

border-color css

<style>
 span { border-color: #953F0F; }

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

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