Html Css Color HEX #833137 Old Brick

📋 copy color: '#833137'

red 131 ◦ green 49 ◦ blue 55

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

Shades of Old Brick #833137

Tints of Old Brick #833137

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.85%

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

R = 55.74%
G = 20.85%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#833137 (or 0x833137) is known color: Old Brick. HEX triplet: 83, 31 and 37. RGB value is (131,49,55). Sum of RGB (Red+Green+Blue) = 131+49+55=235 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.74% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 55 (21.88% from 255 or 23.40% from 235); Max value from RGB is 131 - color contains mainly: red. Hex color #833137 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833137 is #7CCEC8. Grayscale: #4A4A4A. Windows color (decimal): -8179401 or 3617155. OLE color: 3617155.

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

Color convert

RGB 131 49 55 -
CMYK 0 0.63 0.58 0.49
HSL 355.61º 0.46% 0.35% -
HSV(B) 355.61º 0.63% 0.51% -
XYZ 11.15 7.3 4.44 -
YUV 74.2 117.17 168.51 -
System Red Green Blue C M Y K H S L
Decimal 131 49 55 0 0.63 0.58 0.49 355.61 0.46 0.35
Hex 83 31 37 0 3F 3A 31 164 2E 23
Octal 203 61 67 0 77 72 61 544 56 43
Binary 10000011 110001 110111 0 111111 111010 110001 101100100 101110 100011

Color Harmonies of #833137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833137

Black with #833137

Text Example


Text Example

White with #833137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833137; }

 p { color: rgb(131,49,55); }

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

background-color css

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

 a { background-color: rgb(131,49,55); }

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

border-color css

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

 span { border-color: rgb(131,49,55); }

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