Html Css Color HEX #953300 Saddle Brown

📋 copy color: '#953300'

red 149 ◦ green 51 ◦ blue 0

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

Shades of Saddle Brown #953300

Tints of Saddle Brown #953300

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.5%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74.5%
G = 25.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#953300 (or 0x953300) is known color: Saddle Brown. HEX triplet: 95, 33 and 00. RGB value is (149,51,0). Sum of RGB (Red+Green+Blue) = 149+51+0=200 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.5% from 200); Green value is 51 (20.31% from 255 or 25.5% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 149 - color contains mainly: red. Hex color #953300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953300 is #6ACCFF. Grayscale: #4A4A4A. Windows color (decimal): -6999296 or 13205. OLE color: 13205.

HSL color Cylindrical-coordinate representation of color #953300: hue angle of 20.54º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #953300 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 51 0 -
CMYK 0 0.66 1 0.42
HSL 20.54º 1% 0.29% -
HSV(B) 20.54º 1% 0.58% -
XYZ 13.58 8.76 0.97 -
YUV 74.49 85.97 181.15 -
System Red Green Blue C M Y K H S L
Decimal 149 51 0 0 0.66 1 0.42 20.54 1 0.29
Hex 95 33 0 0 42 64 2A 15 64 1D
Octal 225 63 0 0 102 144 52 25 144 35
Binary 10010101 110011 0 0 1000010 1100100 101010 10101 1100100 11101

Color Harmonies of #953300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953300

Black with #953300

Text Example


Text Example

White with #953300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953300; }

 p { color: rgb(149,51,0); }

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

background-color css

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

 a { background-color: rgb(149,51,0); }

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

border-color css

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

 span { border-color: rgb(149,51,0); }

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