Html Css Color HEX #823034 Old Brick

📋 copy color: '#823034'

red 130 ◦ green 48 ◦ blue 52

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

Shades of Old Brick #823034

Tints of Old Brick #823034

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.87%

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

R = 56.52%
G = 20.87%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#823034 (or 0x823034) is known color: Old Brick. HEX triplet: 82, 30 and 34. RGB value is (130,48,52). Sum of RGB (Red+Green+Blue) = 130+48+52=230 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.52% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 52 (20.70% from 255 or 22.61% from 230); Max value from RGB is 130 - color contains mainly: red. Hex color #823034 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823034 is #7DCFCB. Grayscale: #494949. Windows color (decimal): -8245196 or 3420290. OLE color: 3420290.

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

Color convert

RGB 130 48 52 -
CMYK 0 0.63 0.60 0.49
HSL 357.07º 0.46% 0.35% -
HSV(B) 357.07º 0.63% 0.51% -
XYZ 10.88 7.11 4.05 -
YUV 72.97 116.17 168.67 -
System Red Green Blue C M Y K H S L
Decimal 130 48 52 0 0.63 0.60 0.49 357.07 0.46 0.35
Hex 82 30 34 0 3F 3C 31 165 2E 23
Octal 202 60 64 0 77 74 61 545 56 43
Binary 10000010 110000 110100 0 111111 111100 110001 101100101 101110 100011

Color Harmonies of #823034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823034

Black with #823034

Text Example


Text Example

White with #823034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823034; }

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

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

background-color css

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

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

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

border-color css

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

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

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