#923400

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

Shades of Saddle Brown #923400

Tints of Saddle Brown #923400

Color information

#923400 (or 0x923400) is unknown color: approx Saddle Brown. HEX triplet: 92, 34 and 00. RGB value is (146,52,0). Sum of RGB (Red+Green+Blue) = 146+52+0=198 (26% of max value = 765). Red value is 146 (57.42% from 255 or 73.74% from 198); Green value is 52 (20.70% from 255 or 26.26% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 146 - color contains mainly: red. Hex color #923400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #923400 is #6DCBFF. Grayscale: #4A4A4A. Windows color (decimal): -7195648 or 13458. OLE color: 13458.

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

Color convert

RGB146520-
CMYK00.6410.43
HSL21.37º100%28.63%-
HSV(B)21.37º100%57.25%-
XYZ13.088.570.96-
YUV74.1886.14179.23-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 73.74%
GREEN value IS 52 (20.70% from 255) = 26.26%
BLUE value IS 0 (0.39% from 255) = 0%
R=73.74%
G=26.26%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 1
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14652000.6410.4321.3710028.63
Hex92340040642B15641d
Octal2226400100144532514435
Binary10010010110100001000000110010010101110101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923400; }

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

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

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

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

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

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

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

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