Html Css Color HEX #823233 Old Brick

📋 copy color: '#823233'

red 130 ◦ green 50 ◦ blue 51

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

Shades of Old Brick #823233

Tints of Old Brick #823233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 22.08%

R = 56.28%
G = 21.65%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#823233 (or 0x823233) is known color: Old Brick. HEX triplet: 82, 32 and 33. RGB value is (130,50,51). Sum of RGB (Red+Green+Blue) = 130+50+51=231 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.28% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 51 (20.31% from 255 or 22.08% from 231); Max value from RGB is 130 - color contains mainly: red. Hex color #823233 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823233 is #7DCDCC. Grayscale: #4A4A4A. Windows color (decimal): -8244685 or 3355266. OLE color: 3355266.

HSL color Cylindrical-coordinate representation of color #823233: hue angle of 359.25º 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 #823233 is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 50 51 -
CMYK 0 0.62 0.61 0.49
HSL 359.25º 0.44% 0.35% -
HSV(B) 359.25º 0.62% 0.51% -
XYZ 10.94 7.27 3.96 -
YUV 74.03 115 167.92 -
System Red Green Blue C M Y K H S L
Decimal 130 50 51 0 0.62 0.61 0.49 359.25 0.44 0.35
Hex 82 32 33 0 3E 3D 31 167 2C 23
Octal 202 62 63 0 76 75 61 547 54 43
Binary 10000010 110010 110011 0 111110 111101 110001 101100111 101100 100011

Color Harmonies of #823233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823233

Black with #823233

Text Example


Text Example

White with #823233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823233; }

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

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

background-color css

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

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

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

border-color css

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

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

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