#924300

Color #924300 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #924300

Tints of Saddle Brown #924300

Color information

#924300 (or 0x924300) is unknown color: approx Saddle Brown. HEX triplet: 92, 43 and 00. RGB value is (146,67,0). Sum of RGB (Red+Green+Blue) = 146+67+0=213 (28% of max value = 765). Red value is 146 (57.42% from 255 or 68.54% from 213); Green value is 67 (26.56% from 255 or 31.46% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 146 - color contains mainly: red. Hex color #924300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #924300 is #6DBCFF. Grayscale: #535353. Windows color (decimal): -7191808 or 17298. OLE color: 17298.

HSL color Cylindrical-coordinate representation of color #924300: hue angle of 27.53º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #924300 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.43.

Color convert

RGB146670-
CMYK00.5410.43
HSL27.53º100%28.63%-
HSV(B)27.53º100%57.25%-
XYZ13.8610.131.22-
YUV82.9881.17172.95-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 68.54%
GREEN value IS 67 (26.56% from 255) = 31.46%
BLUE value IS 0 (0.39% from 255) = 0%
R=68.54%
G=31.46%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 1
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14667000.5410.4327.5310028.63
Hex92430036642B1c641d
Octal2221030066144533414435
Binary10010010100001100110110110010010101111100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924300; }

 p { color: rgb(146,67,0); }

 H1.HeaderClassName
 {
   color: #924300;
 }
 .AnyTagClassName
 {
   color: #924300;
 }
</style>
background-color css

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

 a { background-color: rgb(146,67,0); }

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

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

 span { border-color: rgb(146,67,0); }

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