Html Css Color HEX #833336 Old Brick

📋 copy color: '#833336'

red 131 ◦ green 51 ◦ blue 54

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

Shades of Old Brick #833336

Tints of Old Brick #833336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 22.88%

R = 55.51%
G = 21.61%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#833336 (or 0x833336) is known color: Old Brick. HEX triplet: 83, 33 and 36. RGB value is (131,51,54). Sum of RGB (Red+Green+Blue) = 131+51+54=236 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.51% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 54 (21.48% from 255 or 22.88% from 236); Max value from RGB is 131 - color contains mainly: red. Hex color #833336 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833336 is #7CCCC9. Grayscale: #4B4B4B. Windows color (decimal): -8178890 or 3552131. OLE color: 3552131.

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

Color convert

RGB 131 51 54 -
CMYK 0 0.61 0.59 0.49
HSL 357.75º 0.44% 0.36% -
HSV(B) 357.75º 0.61% 0.51% -
XYZ 11.21 7.46 4.34 -
YUV 75.26 116 167.76 -
System Red Green Blue C M Y K H S L
Decimal 131 51 54 0 0.61 0.59 0.49 357.75 0.44 0.36
Hex 83 33 36 0 3D 3B 31 166 2C 24
Octal 203 63 66 0 75 73 61 546 54 44
Binary 10000011 110011 110110 0 111101 111011 110001 101100110 101100 100100

Color Harmonies of #833336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833336

Black with #833336

Text Example


Text Example

White with #833336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833336; }

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

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

background-color css

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

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

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

border-color css

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

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

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