Html Css Color HEX #945215 Saddle Brown

📋 copy color: '#945215'

red 148 ◦ green 82 ◦ blue 21

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

Shades of Saddle Brown #945215

Tints of Saddle Brown #945215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.37%

R = 58.96%
G = 32.67%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#945215 (or 0x945215) is known color: Saddle Brown. HEX triplet: 94, 52 and 15. RGB value is (148,82,21). Sum of RGB (Red+Green+Blue) = 148+82+21=251 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.96% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 21 (8.59% from 255 or 8.37% from 251); Max value from RGB is 148 - color contains mainly: red. Hex color #945215 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945215 is #6BADEA. Grayscale: #5F5F5F. Windows color (decimal): -7056875 or 1397396. OLE color: 1397396.

HSL color Cylindrical-coordinate representation of color #945215: hue angle of 28.82º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #945215 is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 82 21 -
CMYK 0 0.45 0.86 0.42
HSL 28.82º 0.75% 0.33% -
HSV(B) 28.82º 0.86% 0.58% -
XYZ 15.37 12.38 2.29 -
YUV 94.78 86.37 165.96 -
System Red Green Blue C M Y K H S L
Decimal 148 82 21 0 0.45 0.86 0.42 28.82 0.75 0.33
Hex 94 52 15 0 2D 56 2A 1D 4B 21
Octal 224 122 25 0 55 126 52 35 113 41
Binary 10010100 1010010 10101 0 101101 1010110 101010 11101 1001011 100001

Color Harmonies of #945215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945215

Black with #945215

Text Example


Text Example

White with #945215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945215; }

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

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

background-color css

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

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

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

border-color css

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

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

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