Html Css Color HEX #954301 Saddle Brown

📋 copy color: '#954301'

red 149 ◦ green 67 ◦ blue 1

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

Shades of Saddle Brown #954301

Tints of Saddle Brown #954301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.46%

R = 68.66%
G = 30.88%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#954301 (or 0x954301) is known color: Saddle Brown. HEX triplet: 95, 43 and 01. RGB value is (149,67,1). Sum of RGB (Red+Green+Blue) = 149+67+1=217 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.66% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 1 (0.78% from 255 or 0.46% from 217); Max value from RGB is 149 - color contains mainly: red. Hex color #954301 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954301 is #6ABCFE. Grayscale: #545454. Windows color (decimal): -6995199 or 82837. OLE color: 82837.

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

Color convert

RGB 149 67 1 -
CMYK 0 0.55 0.99 0.42
HSL 26.76º 0.99% 0.29% -
HSV(B) 26.76º 0.99% 0.58% -
XYZ 14.41 10.41 1.28 -
YUV 83.99 81.17 174.37 -
System Red Green Blue C M Y K H S L
Decimal 149 67 1 0 0.55 0.99 0.42 26.76 0.99 0.29
Hex 95 43 1 0 37 63 2A 1B 63 1D
Octal 225 103 1 0 67 143 52 33 143 35
Binary 10010101 1000011 1 0 110111 1100011 101010 11011 1100011 11101

Color Harmonies of #954301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954301

Black with #954301

Text Example


Text Example

White with #954301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954301; }

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

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

background-color css

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

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

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

border-color css

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

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

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