Html Css Color HEX #833236 Old Brick

📋 copy color: '#833236'

red 131 ◦ green 50 ◦ blue 54

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

Shades of Old Brick #833236

Tints of Old Brick #833236

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.28%

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

R = 55.74%
G = 21.28%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#833236 (or 0x833236) is known color: Old Brick. HEX triplet: 83, 32 and 36. RGB value is (131,50,54). Sum of RGB (Red+Green+Blue) = 131+50+54=235 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.74% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 54 (21.48% from 255 or 22.98% from 235); Max value from RGB is 131 - color contains mainly: red. Hex color #833236 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833236 is #7CCDC9. Grayscale: #4A4A4A. Windows color (decimal): -8179146 or 3551875. OLE color: 3551875.

HSL color Cylindrical-coordinate representation of color #833236: hue angle of 357.04º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #833236 is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 50 54 -
CMYK 0 0.62 0.59 0.49
HSL 357.04º 0.45% 0.35% -
HSV(B) 357.04º 0.62% 0.51% -
XYZ 11.17 7.37 4.32 -
YUV 74.68 116.34 168.17 -
System Red Green Blue C M Y K H S L
Decimal 131 50 54 0 0.62 0.59 0.49 357.04 0.45 0.35
Hex 83 32 36 0 3E 3B 31 165 2D 23
Octal 203 62 66 0 76 73 61 545 55 43
Binary 10000011 110010 110110 0 111110 111011 110001 101100101 101101 100011

Color Harmonies of #833236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833236

Black with #833236

Text Example


Text Example

White with #833236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833236; }

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

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

background-color css

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

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

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

border-color css

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

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

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