Html Css Color HEX #823437 Old Brick

📋 copy color: '#823437'

red 130 ◦ green 52 ◦ blue 55

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

Shades of Old Brick #823437

Tints of Old Brick #823437

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.94%

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

R = 54.85%
G = 21.94%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#823437 (or 0x823437) is known color: Old Brick. HEX triplet: 82, 34 and 37. RGB value is (130,52,55). Sum of RGB (Red+Green+Blue) = 130+52+55=237 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.85% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 55 (21.88% from 255 or 23.21% from 237); Max value from RGB is 130 - color contains mainly: red. Hex color #823437 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #823437 is #7DCBC8. Grayscale: #4B4B4B. Windows color (decimal): -8244169 or 3617922. OLE color: 3617922.

HSL color Cylindrical-coordinate representation of color #823437: hue angle of 357.69º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #823437 is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 52 55 -
CMYK 0 0.60 0.58 0.49
HSL 357.69º 0.43% 0.36% -
HSV(B) 357.69º 0.6% 0.51% -
XYZ 11.12 7.48 4.47 -
YUV 75.66 116.34 166.76 -
System Red Green Blue C M Y K H S L
Decimal 130 52 55 0 0.60 0.58 0.49 357.69 0.43 0.36
Hex 82 34 37 0 3C 3A 31 166 2B 24
Octal 202 64 67 0 74 72 61 546 53 44
Binary 10000010 110100 110111 0 111100 111010 110001 101100110 101011 100100

Color Harmonies of #823437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823437

Black with #823437

Text Example


Text Example

White with #823437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823437; }

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

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

background-color css

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

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

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

border-color css

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

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

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