Html Css Color HEX #945201 Saddle Brown

📋 copy color: '#945201'

red 148 ◦ green 82 ◦ blue 1

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

Shades of Saddle Brown #945201

Tints of Saddle Brown #945201

RGB

 RED value IS 148 (58.2% from 255) = 64.07%

 GREEN value IS 82 (32.42% from 255) = 35.5%

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

R = 64.07%
G = 35.5%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#945201 (or 0x945201) is known color: Saddle Brown. HEX triplet: 94, 52 and 01. RGB value is (148,82,1). Sum of RGB (Red+Green+Blue) = 148+82+1=231 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.07% from 231); Green value is 82 (32.42% from 255 or 35.50% from 231); Blue value is 1 (0.78% from 255 or 0.43% from 231); Max value from RGB is 148 - color contains mainly: red. Hex color #945201 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945201 is #6BADFE. Grayscale: #5C5C5C. Windows color (decimal): -7056895 or 86676. OLE color: 86676.

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

Color convert

RGB 148 82 1 -
CMYK 0 0.45 0.99 0.42
HSL 33.06º 0.99% 0.29% -
HSV(B) 33.06º 0.99% 0.58% -
XYZ 15.24 12.33 1.61 -
YUV 92.5 76.37 167.59 -
System Red Green Blue C M Y K H S L
Decimal 148 82 1 0 0.45 0.99 0.42 33.06 0.99 0.29
Hex 94 52 1 0 2D 63 2A 21 63 1D
Octal 224 122 1 0 55 143 52 41 143 35
Binary 10010100 1010010 1 0 101101 1100011 101010 100001 1100011 11101

Color Harmonies of #945201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945201

Black with #945201

Text Example


Text Example

White with #945201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945201; }

 p { color: rgb(148,82,1); }

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

background-color css

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

 a { background-color: rgb(148,82,1); }

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

border-color css

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

 span { border-color: rgb(148,82,1); }

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