Html Css Color HEX #823235 Old Brick

📋 copy color: '#823235'

red 130 ◦ green 50 ◦ blue 53

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

Shades of Old Brick #823235

Tints of Old Brick #823235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 22.75%

R = 55.79%
G = 21.46%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#823235 (or 0x823235) is known color: Old Brick. HEX triplet: 82, 32 and 35. RGB value is (130,50,53). Sum of RGB (Red+Green+Blue) = 130+50+53=233 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.79% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 53 (21.09% from 255 or 22.75% from 233); Max value from RGB is 130 - color contains mainly: red. Hex color #823235 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823235 is #7DCDCA. Grayscale: #4A4A4A. Windows color (decimal): -8244683 or 3486338. OLE color: 3486338.

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

Color convert

RGB 130 50 53 -
CMYK 0 0.62 0.59 0.49
HSL 357.75º 0.44% 0.35% -
HSV(B) 357.75º 0.62% 0.51% -
XYZ 10.99 7.28 4.19 -
YUV 74.26 116 167.76 -
System Red Green Blue C M Y K H S L
Decimal 130 50 53 0 0.62 0.59 0.49 357.75 0.44 0.35
Hex 82 32 35 0 3E 3B 31 166 2C 23
Octal 202 62 65 0 76 73 61 546 54 43
Binary 10000010 110010 110101 0 111110 111011 110001 101100110 101100 100011

Color Harmonies of #823235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823235

Black with #823235

Text Example


Text Example

White with #823235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823235; }

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

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

background-color css

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

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

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

border-color css

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

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

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