Html Css Color HEX #823539 Old Brick

📋 copy color: '#823539'

red 130 ◦ green 53 ◦ blue 57

#823539
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Brick #823539

Tints of Old Brick #823539

RGB

 RED value IS 130 (51.17% from 255) = 54.17%

 GREEN value IS 53 (21.09% from 255) = 22.08%

 BLUE value IS 57 (22.66% from 255) = 23.75%

R = 54.17%
G = 22.08%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#823539 (or 0x823539) is known color: Old Brick. HEX triplet: 82, 35 and 39. RGB value is (130,53,57). Sum of RGB (Red+Green+Blue) = 130+53+57=240 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.17% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 57 (22.66% from 255 or 23.75% from 240); Max value from RGB is 130 - color contains mainly: red. Hex color #823539 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823539 is #7DCAC6. Grayscale: #4C4C4C. Windows color (decimal): -8243911 or 3749250. OLE color: 3749250.

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

Color convert

RGB 130 53 57 -
CMYK 0 0.59 0.56 0.49
HSL 356.88º 0.42% 0.36% -
HSV(B) 356.88º 0.59% 0.51% -
XYZ 11.22 7.59 4.74 -
YUV 76.48 117.01 166.17 -
System Red Green Blue C M Y K H S L
Decimal 130 53 57 0 0.59 0.56 0.49 356.88 0.42 0.36
Hex 82 35 39 0 3B 38 31 165 2A 24
Octal 202 65 71 0 73 70 61 545 52 44
Binary 10000010 110101 111001 0 111011 111000 110001 101100101 101010 100100

Color Harmonies of #823539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823539

Black with #823539

Text Example


Text Example

White with #823539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823539; }

 p { color: rgb(130,53,57); }

 H1.HeaderClassName
 {
   color: #823539;
 }
 .AnyTagClassName
 {
   color: #823539;
 }
</style>

background-color css

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

 a { background-color: rgb(130,53,57); }

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

border-color css

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

 span { border-color: rgb(130,53,57); }

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