Html Css Color HEX #925313 Saddle Brown

📋 copy color: '#925313'

red 146 ◦ green 83 ◦ blue 19

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

Shades of Saddle Brown #925313

Tints of Saddle Brown #925313

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.47%

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

R = 58.87%
G = 33.47%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.87

 K value IS 0.43

RGB Variations

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

Color information

#925313 (or 0x925313) is known color: Saddle Brown. HEX triplet: 92, 53 and 13. RGB value is (146,83,19). Sum of RGB (Red+Green+Blue) = 146+83+19=248 (32% of max value = 765). Red value is 146 (57.42% from 255 or 58.87% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 19 (7.81% from 255 or 7.66% from 248); Max value from RGB is 146 - color contains mainly: red. Hex color #925313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925313 is #6DACEC. Grayscale: #5E5E5E. Windows color (decimal): -7187693 or 1266578. OLE color: 1266578.

HSL color Cylindrical-coordinate representation of color #925313: hue angle of 30.24º 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 #925313 is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 83 19 -
CMYK 0 0.43 0.87 0.43
HSL 30.24º 0.77% 0.32% -
HSV(B) 30.24º 0.87% 0.57% -
XYZ 15.06 12.34 2.2 -
YUV 94.54 85.37 164.7 -
System Red Green Blue C M Y K H S L
Decimal 146 83 19 0 0.43 0.87 0.43 30.24 0.77 0.32
Hex 92 53 13 0 2B 57 2B 1E 4D 20
Octal 222 123 23 0 53 127 53 36 115 40
Binary 10010010 1010011 10011 0 101011 1010111 101011 11110 1001101 100000

Color Harmonies of #925313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925313

Black with #925313

Text Example


Text Example

White with #925313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925313; }

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

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

background-color css

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

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

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

border-color css

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

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

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