Html Css Color HEX #925013 Saddle Brown

📋 copy color: '#925013'

red 146 ◦ green 80 ◦ blue 19

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

Shades of Saddle Brown #925013

Tints of Saddle Brown #925013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.76%

R = 59.59%
G = 32.65%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.87

 K value IS 0.43

RGB Variations

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

Color information

#925013 (or 0x925013) is known color: Saddle Brown. HEX triplet: 92, 50 and 13. RGB value is (146,80,19). Sum of RGB (Red+Green+Blue) = 146+80+19=245 (32% of max value = 765). Red value is 146 (57.42% from 255 or 59.59% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 19 (7.81% from 255 or 7.76% from 245); Max value from RGB is 146 - color contains mainly: red. Hex color #925013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925013 is #6DAFEC. Grayscale: #5D5D5D. Windows color (decimal): -7188461 or 1265810. OLE color: 1265810.

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

Color convert

RGB 146 80 19 -
CMYK 0 0.45 0.87 0.43
HSL 28.82º 0.77% 0.32% -
HSV(B) 28.82º 0.87% 0.57% -
XYZ 14.84 11.9 2.13 -
YUV 92.78 86.37 165.96 -
System Red Green Blue C M Y K H S L
Decimal 146 80 19 0 0.45 0.87 0.43 28.82 0.77 0.32
Hex 92 50 13 0 2D 57 2B 1D 4D 20
Octal 222 120 23 0 55 127 53 35 115 40
Binary 10010010 1010000 10011 0 101101 1010111 101011 11101 1001101 100000

Color Harmonies of #925013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925013

Black with #925013

Text Example


Text Example

White with #925013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925013; }

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

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

background-color css

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

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

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

border-color css

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

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

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