#823400

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

Shades of Saddle Brown #823400

Tints of Saddle Brown #823400

Color information

#823400 (or 0x823400) is unknown color: approx Saddle Brown. HEX triplet: 82, 34 and 00. RGB value is (130,52,0). Sum of RGB (Red+Green+Blue) = 130+52+0=182 (24% of max value = 765). Red value is 130 (51.17% from 255 or 71.43% from 182); Green value is 52 (20.70% from 255 or 28.57% from 182); Blue value is 0 (0.39% from 255 or 0% from 182); Max value from RGB is 130 - color contains mainly: red. Hex color #823400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823400 is #7DCBFF. Grayscale: #454545. Windows color (decimal): -8244224 or 13442. OLE color: 13442.

HSL color Cylindrical-coordinate representation of color #823400: hue angle of 24º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #823400 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB130520-
CMYK00.6010.49
HSL24º100%25.49%-
HSV(B)24º100%50.98%-
XYZ10.437.20.84-
YUV69.3988.84171.23-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 71.43%
GREEN value IS 52 (20.70% from 255) = 28.57%
BLUE value IS 0 (0.39% from 255) = 0%
R=71.43%
G=28.57%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13052000.6010.492410025.49
Hex8234003C6431186419
Octal202640074144613014431
Binary1000001011010000111100110010011000111000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823400; }

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

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

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

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

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

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

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

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