Html Css Color HEX #833539 Old Brick

📋 copy color: '#833539'

red 131 ◦ green 53 ◦ blue 57

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

Shades of Old Brick #833539

Tints of Old Brick #833539

RGB

 RED value IS 131 (51.56% from 255) = 54.36%

 GREEN value IS 53 (21.09% from 255) = 21.99%

 BLUE value IS 57 (22.66% from 255) = 23.65%

R = 54.36%
G = 21.99%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#833539 (or 0x833539) is known color: Old Brick. HEX triplet: 83, 35 and 39. RGB value is (131,53,57). Sum of RGB (Red+Green+Blue) = 131+53+57=241 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.36% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 57 (22.66% from 255 or 23.65% from 241); Max value from RGB is 131 - color contains mainly: red. Hex color #833539 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833539 is #7CCAC6. Grayscale: #4C4C4C. Windows color (decimal): -8178375 or 3749251. OLE color: 3749251.

HSL color Cylindrical-coordinate representation of color #833539: hue angle of 356.92º degrees, saturation: 0.42, 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 #833539 is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 53 57 -
CMYK 0 0.60 0.56 0.49
HSL 356.92º 0.42% 0.36% -
HSV(B) 356.92º 0.6% 0.51% -
XYZ 11.37 7.67 4.75 -
YUV 76.78 116.84 166.67 -
System Red Green Blue C M Y K H S L
Decimal 131 53 57 0 0.60 0.56 0.49 356.92 0.42 0.36
Hex 83 35 39 0 3C 38 31 165 2A 24
Octal 203 65 71 0 74 70 61 545 52 44
Binary 10000011 110101 111001 0 111100 111000 110001 101100101 101010 100100

Color Harmonies of #833539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833539

Black with #833539

Text Example


Text Example

White with #833539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833539; }

 p { color: rgb(131,53,57); }

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

background-color css

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

 a { background-color: rgb(131,53,57); }

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

border-color css

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

 span { border-color: rgb(131,53,57); }

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