Html Css Color HEX #823234 Old Brick

📋 copy color: '#823234'

red 130 ◦ green 50 ◦ blue 52

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

Shades of Old Brick #823234

Tints of Old Brick #823234

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.55%

 BLUE value IS 52 (20.7% from 255) = 22.41%

R = 56.03%
G = 21.55%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#823234 (or 0x823234) is known color: Old Brick. HEX triplet: 82, 32 and 34. RGB value is (130,50,52). Sum of RGB (Red+Green+Blue) = 130+50+52=232 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.03% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 52 (20.70% from 255 or 22.41% from 232); Max value from RGB is 130 - color contains mainly: red. Hex color #823234 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823234 is #7DCDCB. Grayscale: #4A4A4A. Windows color (decimal): -8244684 or 3420802. OLE color: 3420802.

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

Color convert

RGB 130 50 52 -
CMYK 0 0.62 0.60 0.49
HSL 358.5º 0.44% 0.35% -
HSV(B) 358.5º 0.62% 0.51% -
XYZ 10.97 7.27 4.08 -
YUV 74.15 115.5 167.84 -
System Red Green Blue C M Y K H S L
Decimal 130 50 52 0 0.62 0.60 0.49 358.5 0.44 0.35
Hex 82 32 34 0 3E 3C 31 166 2C 23
Octal 202 62 64 0 76 74 61 546 54 43
Binary 10000010 110010 110100 0 111110 111100 110001 101100110 101100 100011

Color Harmonies of #823234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823234

Black with #823234

Text Example


Text Example

White with #823234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823234; }

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

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

background-color css

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

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

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

border-color css

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

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

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