Html Css Color HEX #954310 Saddle Brown

📋 copy color: '#954310'

red 149 ◦ green 67 ◦ blue 16

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

Shades of Saddle Brown #954310

Tints of Saddle Brown #954310

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.88%

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

R = 64.22%
G = 28.88%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#954310 (or 0x954310) is known color: Saddle Brown. HEX triplet: 95, 43 and 10. RGB value is (149,67,16). Sum of RGB (Red+Green+Blue) = 149+67+16=232 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.22% from 232); Green value is 67 (26.56% from 255 or 28.88% from 232); Blue value is 16 (6.64% from 255 or 6.90% from 232); Max value from RGB is 149 - color contains mainly: red. Hex color #954310 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954310 is #6ABCEF. Grayscale: #555555. Windows color (decimal): -6995184 or 1065877. OLE color: 1065877.

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

Color convert

RGB 149 67 16 -
CMYK 0 0.55 0.89 0.42
HSL 23.01º 0.81% 0.32% -
HSV(B) 23.01º 0.89% 0.58% -
XYZ 14.5 10.44 1.74 -
YUV 85.7 88.67 173.15 -
System Red Green Blue C M Y K H S L
Decimal 149 67 16 0 0.55 0.89 0.42 23.01 0.81 0.32
Hex 95 43 10 0 37 59 2A 17 51 20
Octal 225 103 20 0 67 131 52 27 121 40
Binary 10010101 1000011 10000 0 110111 1011001 101010 10111 1010001 100000

Color Harmonies of #954310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954310

Black with #954310

Text Example


Text Example

White with #954310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954310; }

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

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

background-color css

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

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

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

border-color css

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

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

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