#823702

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

Shades of Saddle Brown #823702

Tints of Saddle Brown #823702

Color information

#823702 (or 0x823702) is unknown color: approx Saddle Brown. HEX triplet: 82, 37 and 02. RGB value is (130,55,2). Sum of RGB (Red+Green+Blue) = 130+55+2=187 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.52% from 187); Green value is 55 (21.88% from 255 or 29.41% from 187); Blue value is 2 (1.17% from 255 or 1.07% from 187); Max value from RGB is 130 - color contains mainly: red. Hex color #823702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823702 is #7DC8FD. Grayscale: #474747. Windows color (decimal): -8243454 or 145282. OLE color: 145282.

HSL color Cylindrical-coordinate representation of color #823702: hue angle of 24.84º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #823702 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB130552-
CMYK00.580.980.49
HSL24.84º96.97%25.88%-
HSV(B)24.84º98.46%50.98%-
XYZ10.587.480.94-
YUV71.3888.85169.81-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 69.52%
GREEN value IS 55 (21.88% from 255) = 29.41%
BLUE value IS 2 (1.17% from 255) = 1.07%
R=69.52%
G=29.41%
B=1.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13055200.580.980.4924.8496.9725.88
Hex8237203A623119611a
Octal202672072142613114132
Binary10000010110111100111010110001011000111001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823702; }

 p { color: rgb(130,55,2); }

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

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

 a { background-color: rgb(130,55,2); }

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

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

 span { border-color: rgb(130,55,2); }

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