Html Css Color HEX #823237 Old Brick

📋 copy color: '#823237'

red 130 ◦ green 50 ◦ blue 55

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

Shades of Old Brick #823237

Tints of Old Brick #823237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 23.4%

R = 55.32%
G = 21.28%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#823237 (or 0x823237) is known color: Old Brick. HEX triplet: 82, 32 and 37. RGB value is (130,50,55). Sum of RGB (Red+Green+Blue) = 130+50+55=235 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.32% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 55 (21.88% from 255 or 23.40% from 235); Max value from RGB is 130 - color contains mainly: red. Hex color #823237 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823237 is #7DCDC8. Grayscale: #4A4A4A. Windows color (decimal): -8244681 or 3617410. OLE color: 3617410.

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

Color convert

RGB 130 50 55 -
CMYK 0 0.62 0.58 0.49
HSL 356.25º 0.44% 0.35% -
HSV(B) 356.25º 0.62% 0.51% -
XYZ 11.04 7.3 4.44 -
YUV 74.49 117 167.59 -
System Red Green Blue C M Y K H S L
Decimal 130 50 55 0 0.62 0.58 0.49 356.25 0.44 0.35
Hex 82 32 37 0 3E 3A 31 164 2C 23
Octal 202 62 67 0 76 72 61 544 54 43
Binary 10000010 110010 110111 0 111110 111010 110001 101100100 101100 100011

Color Harmonies of #823237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823237

Black with #823237

Text Example


Text Example

White with #823237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823237; }

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

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

background-color css

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

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

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

border-color css

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

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

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