Html Css Color HEX #954600 Saddle Brown

📋 copy color: '#954600'

red 149 ◦ green 70 ◦ blue 0

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

Shades of Saddle Brown #954600

Tints of Saddle Brown #954600

RGB

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

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

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

R = 68.04%
G = 31.96%
B = 0%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#954600 (or 0x954600) is known color: Saddle Brown. HEX triplet: 95, 46 and 00. RGB value is (149,70,0). Sum of RGB (Red+Green+Blue) = 149+70+0=219 (29% of max value = 765). Red value is 149 (58.59% from 255 or 68.04% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 149 - color contains mainly: red. Hex color #954600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954600 is #6AB9FF. Grayscale: #565656. Windows color (decimal): -6994432 or 18069. OLE color: 18069.

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

Color convert

RGB 149 70 0 -
CMYK 0 0.53 1 0.42
HSL 28.19º 1% 0.29% -
HSV(B) 28.19º 1% 0.58% -
XYZ 14.58 10.77 1.31 -
YUV 85.64 79.67 173.19 -
System Red Green Blue C M Y K H S L
Decimal 149 70 0 0 0.53 1 0.42 28.19 1 0.29
Hex 95 46 0 0 35 64 2A 1C 64 1D
Octal 225 106 0 0 65 144 52 34 144 35
Binary 10010101 1000110 0 0 110101 1100100 101010 11100 1100100 11101

Color Harmonies of #954600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954600

Black with #954600

Text Example


Text Example

White with #954600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954600; }

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

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

background-color css

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

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

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

border-color css

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

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

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