Html Css Color HEX #823336 Old Brick

📋 copy color: '#823336'

red 130 ◦ green 51 ◦ blue 54

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

Shades of Old Brick #823336

Tints of Old Brick #823336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 22.98%

R = 55.32%
G = 21.7%
B = 22.98%

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

#823336 (or 0x823336) is known color: Old Brick. HEX triplet: 82, 33 and 36. RGB value is (130,51,54). Sum of RGB (Red+Green+Blue) = 130+51+54=235 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.32% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 54 (21.48% from 255 or 22.98% from 235); Max value from RGB is 130 - color contains mainly: red. Hex color #823336 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823336 is #7DCCC9. Grayscale: #4B4B4B. Windows color (decimal): -8244426 or 3552130. OLE color: 3552130.

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

Color convert

RGB 130 51 54 -
CMYK 0 0.61 0.58 0.49
HSL 357.72º 0.44% 0.35% -
HSV(B) 357.72º 0.61% 0.51% -
XYZ 11.06 7.38 4.33 -
YUV 74.96 116.17 167.26 -
System Red Green Blue C M Y K H S L
Decimal 130 51 54 0 0.61 0.58 0.49 357.72 0.44 0.35
Hex 82 33 36 0 3D 3A 31 166 2C 23
Octal 202 63 66 0 75 72 61 546 54 43
Binary 10000010 110011 110110 0 111101 111010 110001 101100110 101100 100011

Color Harmonies of #823336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823336

Black with #823336

Text Example


Text Example

White with #823336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823336; }

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

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

background-color css

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

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

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

border-color css

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

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

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