Html Css Color HEX #823033 Old Brick

📋 copy color: '#823033'

red 130 ◦ green 48 ◦ blue 51

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

Shades of Old Brick #823033

Tints of Old Brick #823033

RGB

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

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

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

R = 56.77%
G = 20.96%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#823033 (or 0x823033) is known color: Old Brick. HEX triplet: 82, 30 and 33. RGB value is (130,48,51). Sum of RGB (Red+Green+Blue) = 130+48+51=229 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.77% from 229); Green value is 48 (19.14% from 255 or 20.96% from 229); Blue value is 51 (20.31% from 255 or 22.27% from 229); Max value from RGB is 130 - color contains mainly: red. Hex color #823033 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823033 is #7DCFCC. Grayscale: #484848. Windows color (decimal): -8245197 or 3354754. OLE color: 3354754.

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

Color convert

RGB 130 48 51 -
CMYK 0 0.63 0.61 0.49
HSL 357.8º 0.46% 0.35% -
HSV(B) 357.8º 0.63% 0.51% -
XYZ 10.86 7.1 3.93 -
YUV 72.86 115.67 168.76 -
System Red Green Blue C M Y K H S L
Decimal 130 48 51 0 0.63 0.61 0.49 357.8 0.46 0.35
Hex 82 30 33 0 3F 3D 31 166 2E 23
Octal 202 60 63 0 77 75 61 546 56 43
Binary 10000010 110000 110011 0 111111 111101 110001 101100110 101110 100011

Color Harmonies of #823033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823033

Black with #823033

Text Example


Text Example

White with #823033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823033; }

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

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

background-color css

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

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

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

border-color css

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

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

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