#823638

Color #823638 Old Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Brick #823638

Tints of Old Brick #823638

Color information

#823638 (or 0x823638) is unknown color: approx Old Brick. HEX triplet: 82, 36 and 38. RGB value is (130,54,56). Sum of RGB (Red+Green+Blue) = 130+54+56=240 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.17% from 240); Green value is 54 (21.48% from 255 or 22.5% from 240); Blue value is 56 (22.27% from 255 or 23.33% from 240); Max value from RGB is 130 - color contains mainly: red. Hex color #823638 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823638 is #7DC9C7. Grayscale: #4D4D4D. Windows color (decimal): -8243656 or 3683970. OLE color: 3683970.

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

Color convert

RGB1305456-
CMYK00.580.570.49
HSL358.42º41.3%36.08%-
HSV(B)358.42º58.46%50.98%-
XYZ11.247.674.63-
YUV76.95116.18165.84-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 54.17%
GREEN value IS 54 (21.48% from 255) = 22.5%
BLUE value IS 56 (22.27% from 255) = 23.33%
R=54.17%
G=22.5%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130545600.580.570.49358.4241.336.08
Hex82363803A39311662924
Octal202667007271615465144
Binary100000101101101110000111010111001110001101100110101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #823638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #823638; }

 p { color: rgb(130,54,56); }

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

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

 a { background-color: rgb(130,54,56); }

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

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

 span { border-color: rgb(130,54,56); }

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