Html Css Color HEX #955310 Saddle Brown

📋 copy color: '#955310'

red 149 ◦ green 83 ◦ blue 16

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

Shades of Saddle Brown #955310

Tints of Saddle Brown #955310

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.47%

 BLUE value IS 16 (6.64% from 255) = 6.45%

R = 60.08%
G = 33.47%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#955310 (or 0x955310) is known color: Saddle Brown. HEX triplet: 95, 53 and 10. RGB value is (149,83,16). Sum of RGB (Red+Green+Blue) = 149+83+16=248 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.08% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 16 (6.64% from 255 or 6.45% from 248); Max value from RGB is 149 - color contains mainly: red. Hex color #955310 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955310 is #6AACEF. Grayscale: #5F5F5F. Windows color (decimal): -6991088 or 1069973. OLE color: 1069973.

HSL color Cylindrical-coordinate representation of color #955310: hue angle of 30.23º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #955310 is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 83 16 -
CMYK 0 0.44 0.89 0.42
HSL 30.23º 0.81% 0.32% -
HSV(B) 30.23º 0.89% 0.58% -
XYZ 15.58 12.61 2.1 -
YUV 95.1 83.37 166.45 -
System Red Green Blue C M Y K H S L
Decimal 149 83 16 0 0.44 0.89 0.42 30.23 0.81 0.32
Hex 95 53 10 0 2C 59 2A 1E 51 20
Octal 225 123 20 0 54 131 52 36 121 40
Binary 10010101 1010011 10000 0 101100 1011001 101010 11110 1010001 100000

Color Harmonies of #955310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955310

Black with #955310

Text Example


Text Example

White with #955310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955310; }

 p { color: rgb(149,83,16); }

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

background-color css

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

 a { background-color: rgb(149,83,16); }

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

border-color css

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

 span { border-color: rgb(149,83,16); }

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