Html Css Color HEX #823337 Old Brick

📋 copy color: '#823337'

red 130 ◦ green 51 ◦ blue 55

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

Shades of Old Brick #823337

Tints of Old Brick #823337

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.61%

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

R = 55.08%
G = 21.61%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#823337 (or 0x823337) is known color: Old Brick. HEX triplet: 82, 33 and 37. RGB value is (130,51,55). Sum of RGB (Red+Green+Blue) = 130+51+55=236 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.08% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 55 (21.88% from 255 or 23.31% from 236); Max value from RGB is 130 - color contains mainly: red. Hex color #823337 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823337 is #7DCCC8. Grayscale: #4B4B4B. Windows color (decimal): -8244425 or 3617666. OLE color: 3617666.

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

Color convert

RGB 130 51 55 -
CMYK 0 0.61 0.58 0.49
HSL 356.96º 0.44% 0.35% -
HSV(B) 356.96º 0.61% 0.51% -
XYZ 11.08 7.39 4.46 -
YUV 75.08 116.67 167.17 -
System Red Green Blue C M Y K H S L
Decimal 130 51 55 0 0.61 0.58 0.49 356.96 0.44 0.35
Hex 82 33 37 0 3D 3A 31 165 2C 23
Octal 202 63 67 0 75 72 61 545 54 43
Binary 10000010 110011 110111 0 111101 111010 110001 101100101 101100 100011

Color Harmonies of #823337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823337

Black with #823337

Text Example


Text Example

White with #823337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823337; }

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

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

background-color css

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

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

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

border-color css

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

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

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