Html Css Color HEX #833337 Old Brick

📋 copy color: '#833337'

red 131 ◦ green 51 ◦ blue 55

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

Shades of Old Brick #833337

Tints of Old Brick #833337

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.52%

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

R = 55.27%
G = 21.52%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#833337 (or 0x833337) is known color: Old Brick. HEX triplet: 83, 33 and 37. RGB value is (131,51,55). Sum of RGB (Red+Green+Blue) = 131+51+55=237 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.27% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 55 (21.88% from 255 or 23.21% from 237); Max value from RGB is 131 - color contains mainly: red. Hex color #833337 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833337 is #7CCCC8. Grayscale: #4B4B4B. Windows color (decimal): -8178889 or 3617667. OLE color: 3617667.

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

Color convert

RGB 131 51 55 -
CMYK 0 0.61 0.58 0.49
HSL 357º 0.44% 0.36% -
HSV(B) 357º 0.61% 0.51% -
XYZ 11.23 7.47 4.46 -
YUV 75.38 116.5 167.67 -
System Red Green Blue C M Y K H S L
Decimal 131 51 55 0 0.61 0.58 0.49 357 0.44 0.36
Hex 83 33 37 0 3D 3A 31 165 2C 24
Octal 203 63 67 0 75 72 61 545 54 44
Binary 10000011 110011 110111 0 111101 111010 110001 101100101 101100 100100

Color Harmonies of #833337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833337

Black with #833337

Text Example


Text Example

White with #833337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833337; }

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

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

background-color css

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

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

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

border-color css

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

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

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