Html Css Color HEX #823032 Old Brick

📋 copy color: '#823032'

red 130 ◦ green 48 ◦ blue 50

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

Shades of Old Brick #823032

Tints of Old Brick #823032

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.05%

 BLUE value IS 50 (19.92% from 255) = 21.93%

R = 57.02%
G = 21.05%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#823032 (or 0x823032) is known color: Old Brick. HEX triplet: 82, 30 and 32. RGB value is (130,48,50). Sum of RGB (Red+Green+Blue) = 130+48+50=228 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.02% from 228); Green value is 48 (19.14% from 255 or 21.05% from 228); Blue value is 50 (19.92% from 255 or 21.93% from 228); Max value from RGB is 130 - color contains mainly: red. Hex color #823032 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823032 is #7DCFCD. Grayscale: #484848. Windows color (decimal): -8245198 or 3289218. OLE color: 3289218.

HSL color Cylindrical-coordinate representation of color #823032: hue angle of 358.54º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #823032 is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 48 50 -
CMYK 0 0.63 0.62 0.49
HSL 358.54º 0.46% 0.35% -
HSV(B) 358.54º 0.63% 0.51% -
XYZ 10.84 7.09 3.81 -
YUV 72.75 115.17 168.84 -
System Red Green Blue C M Y K H S L
Decimal 130 48 50 0 0.63 0.62 0.49 358.54 0.46 0.35
Hex 82 30 32 0 3F 3E 31 167 2E 23
Octal 202 60 62 0 77 76 61 547 56 43
Binary 10000010 110000 110010 0 111111 111110 110001 101100111 101110 100011

Color Harmonies of #823032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823032

Black with #823032

Text Example


Text Example

White with #823032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823032; }

 p { color: rgb(130,48,50); }

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

background-color css

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

 a { background-color: rgb(130,48,50); }

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

border-color css

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

 span { border-color: rgb(130,48,50); }

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