Html Css Color HEX #925019 Saddle Brown

📋 copy color: '#925019'

red 146 ◦ green 80 ◦ blue 25

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

Shades of Saddle Brown #925019

Tints of Saddle Brown #925019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.96%

R = 58.17%
G = 31.87%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.83

 K value IS 0.43

RGB Variations

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

Color information

#925019 (or 0x925019) is known color: Saddle Brown. HEX triplet: 92, 50 and 19. RGB value is (146,80,25). Sum of RGB (Red+Green+Blue) = 146+80+25=251 (33% of max value = 765). Red value is 146 (57.42% from 255 or 58.17% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 25 (10.16% from 255 or 9.96% from 251); Max value from RGB is 146 - color contains mainly: red. Hex color #925019 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925019 is #6DAFE6. Grayscale: #5D5D5D. Windows color (decimal): -7188455 or 1659026. OLE color: 1659026.

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

Color convert

RGB 146 80 25 -
CMYK 0 0.45 0.83 0.43
HSL 27.27º 0.71% 0.34% -
HSV(B) 27.27º 0.83% 0.57% -
XYZ 14.9 11.92 2.43 -
YUV 93.46 89.37 165.47 -
System Red Green Blue C M Y K H S L
Decimal 146 80 25 0 0.45 0.83 0.43 27.27 0.71 0.34
Hex 92 50 19 0 2D 53 2B 1B 47 22
Octal 222 120 31 0 55 123 53 33 107 42
Binary 10010010 1010000 11001 0 101101 1010011 101011 11011 1000111 100010

Color Harmonies of #925019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925019

Black with #925019

Text Example


Text Example

White with #925019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925019; }

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

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

background-color css

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

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

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

border-color css

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

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

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