Html Css Color HEX #954306 Saddle Brown

📋 copy color: '#954306'

red 149 ◦ green 67 ◦ blue 6

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

Shades of Saddle Brown #954306

Tints of Saddle Brown #954306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.7%

R = 67.12%
G = 30.18%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.96

 K value IS 0.42

RGB Variations

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

Color information

#954306 (or 0x954306) is known color: Saddle Brown. HEX triplet: 95, 43 and 06. RGB value is (149,67,6). Sum of RGB (Red+Green+Blue) = 149+67+6=222 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.12% from 222); Green value is 67 (26.56% from 255 or 30.18% from 222); Blue value is 6 (2.73% from 255 or 2.70% from 222); Max value from RGB is 149 - color contains mainly: red. Hex color #954306 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954306 is #6ABCF9. Grayscale: #545454. Windows color (decimal): -6995194 or 410517. OLE color: 410517.

HSL color Cylindrical-coordinate representation of color #954306: hue angle of 25.59º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #954306 is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 67 6 -
CMYK 0 0.55 0.96 0.42
HSL 25.59º 0.92% 0.3% -
HSV(B) 25.59º 0.96% 0.58% -
XYZ 14.43 10.42 1.42 -
YUV 84.56 83.67 173.96 -
System Red Green Blue C M Y K H S L
Decimal 149 67 6 0 0.55 0.96 0.42 25.59 0.92 0.3
Hex 95 43 6 0 37 60 2A 1A 5C 1E
Octal 225 103 6 0 67 140 52 32 134 36
Binary 10010101 1000011 110 0 110111 1100000 101010 11010 1011100 11110

Color Harmonies of #954306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954306

Black with #954306

Text Example


Text Example

White with #954306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954306; }

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

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

background-color css

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

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

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

border-color css

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

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

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