Html Css Color HEX #953100 Saddle Brown

📋 copy color: '#953100'

red 149 ◦ green 49 ◦ blue 0

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

Shades of Saddle Brown #953100

Tints of Saddle Brown #953100

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.75%

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

R = 75.25%
G = 24.75%
B = 0%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#953100 (or 0x953100) is known color: Saddle Brown. HEX triplet: 95, 31 and 00. RGB value is (149,49,0). Sum of RGB (Red+Green+Blue) = 149+49+0=198 (26% of max value = 765). Red value is 149 (58.59% from 255 or 75.25% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 149 - color contains mainly: red. Hex color #953100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953100 is #6ACEFF. Grayscale: #494949. Windows color (decimal): -6999808 or 12693. OLE color: 12693.

HSL color Cylindrical-coordinate representation of color #953100: hue angle of 19.73º 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 #953100 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 49 0 -
CMYK 0 0.67 1 0.42
HSL 19.73º 1% 0.29% -
HSV(B) 19.73º 1% 0.58% -
XYZ 13.49 8.59 0.95 -
YUV 73.31 86.63 181.98 -
System Red Green Blue C M Y K H S L
Decimal 149 49 0 0 0.67 1 0.42 19.73 1 0.29
Hex 95 31 0 0 43 64 2A 14 64 1D
Octal 225 61 0 0 103 144 52 24 144 35
Binary 10010101 110001 0 0 1000011 1100100 101010 10100 1100100 11101

Color Harmonies of #953100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953100

Black with #953100

Text Example


Text Example

White with #953100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953100; }

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

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

background-color css

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

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

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

border-color css

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

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

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