Html Css Color HEX #954201 Saddle Brown

📋 copy color: '#954201'

red 149 ◦ green 66 ◦ blue 1

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

Shades of Saddle Brown #954201

Tints of Saddle Brown #954201

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.56%

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

R = 68.98%
G = 30.56%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#954201 (or 0x954201) is known color: Saddle Brown. HEX triplet: 95, 42 and 01. RGB value is (149,66,1). Sum of RGB (Red+Green+Blue) = 149+66+1=216 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.98% from 216); Green value is 66 (26.17% from 255 or 30.56% from 216); Blue value is 1 (0.78% from 255 or 0.46% from 216); Max value from RGB is 149 - color contains mainly: red. Hex color #954201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954201 is #6ABDFE. Grayscale: #535353. Windows color (decimal): -6995455 or 82581. OLE color: 82581.

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

Color convert

RGB 149 66 1 -
CMYK 0 0.56 0.99 0.42
HSL 26.35º 0.99% 0.29% -
HSV(B) 26.35º 0.99% 0.58% -
XYZ 14.35 10.29 1.26 -
YUV 83.41 81.5 174.79 -
System Red Green Blue C M Y K H S L
Decimal 149 66 1 0 0.56 0.99 0.42 26.35 0.99 0.29
Hex 95 42 1 0 38 63 2A 1A 63 1D
Octal 225 102 1 0 70 143 52 32 143 35
Binary 10010101 1000010 1 0 111000 1100011 101010 11010 1100011 11101

Color Harmonies of #954201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954201

Black with #954201

Text Example


Text Example

White with #954201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954201; }

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

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

background-color css

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

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

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

border-color css

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

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

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