Html Css Color HEX #925015 Saddle Brown

📋 copy color: '#925015'

red 146 ◦ green 80 ◦ blue 21

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

Shades of Saddle Brown #925015

Tints of Saddle Brown #925015

RGB

 RED value IS 146 (57.42% from 255) = 59.11%

 GREEN value IS 80 (31.64% from 255) = 32.39%

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

R = 59.11%
G = 32.39%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#925015 (or 0x925015) is known color: Saddle Brown. HEX triplet: 92, 50 and 15. RGB value is (146,80,21). Sum of RGB (Red+Green+Blue) = 146+80+21=247 (32% of max value = 765). Red value is 146 (57.42% from 255 or 59.11% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 21 (8.59% from 255 or 8.50% from 247); Max value from RGB is 146 - color contains mainly: red. Hex color #925015 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925015 is #6DAFEA. Grayscale: #5D5D5D. Windows color (decimal): -7188459 or 1396882. OLE color: 1396882.

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

Color convert

RGB 146 80 21 -
CMYK 0 0.45 0.86 0.43
HSL 28.32º 0.75% 0.33% -
HSV(B) 28.32º 0.86% 0.57% -
XYZ 14.86 11.9 2.22 -
YUV 93.01 87.37 165.8 -
System Red Green Blue C M Y K H S L
Decimal 146 80 21 0 0.45 0.86 0.43 28.32 0.75 0.33
Hex 92 50 15 0 2D 56 2B 1C 4B 21
Octal 222 120 25 0 55 126 53 34 113 41
Binary 10010010 1010000 10101 0 101101 1010110 101011 11100 1001011 100001

Color Harmonies of #925015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925015

Black with #925015

Text Example


Text Example

White with #925015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925015; }

 p { color: rgb(146,80,21); }

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

background-color css

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

 a { background-color: rgb(146,80,21); }

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

border-color css

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

 span { border-color: rgb(146,80,21); }

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