Html Css Color HEX #954610 Saddle Brown

📋 copy color: '#954610'

red 149 ◦ green 70 ◦ blue 16

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

Shades of Saddle Brown #954610

Tints of Saddle Brown #954610

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.79%

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

R = 63.4%
G = 29.79%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#954610 (or 0x954610) is known color: Saddle Brown. HEX triplet: 95, 46 and 10. RGB value is (149,70,16). Sum of RGB (Red+Green+Blue) = 149+70+16=235 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.40% from 235); Green value is 70 (27.73% from 255 or 29.79% from 235); Blue value is 16 (6.64% from 255 or 6.81% from 235); Max value from RGB is 149 - color contains mainly: red. Hex color #954610 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954610 is #6AB9EF. Grayscale: #575757. Windows color (decimal): -6994416 or 1066645. OLE color: 1066645.

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

Color convert

RGB 149 70 16 -
CMYK 0 0.53 0.89 0.42
HSL 24.36º 0.81% 0.32% -
HSV(B) 24.36º 0.89% 0.58% -
XYZ 14.68 10.81 1.8 -
YUV 87.47 87.67 171.89 -
System Red Green Blue C M Y K H S L
Decimal 149 70 16 0 0.53 0.89 0.42 24.36 0.81 0.32
Hex 95 46 10 0 35 59 2A 18 51 20
Octal 225 106 20 0 65 131 52 30 121 40
Binary 10010101 1000110 10000 0 110101 1011001 101010 11000 1010001 100000

Color Harmonies of #954610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954610

Black with #954610

Text Example


Text Example

White with #954610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954610; }

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

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

background-color css

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

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

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

border-color css

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

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

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