Html Css Color HEX #853133 Old Brick

📋 copy color: '#853133'

red 133 ◦ green 49 ◦ blue 51

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

Shades of Old Brick #853133

Tints of Old Brick #853133

RGB

 RED value IS 133 (52.34% from 255) = 57.08%

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

 BLUE value IS 51 (20.31% from 255) = 21.89%

R = 57.08%
G = 21.03%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#853133 (or 0x853133) is known color: Old Brick. HEX triplet: 85, 31 and 33. RGB value is (133,49,51). Sum of RGB (Red+Green+Blue) = 133+49+51=233 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.08% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 51 (20.31% from 255 or 21.89% from 233); Max value from RGB is 133 - color contains mainly: red. Hex color #853133 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853133 is #7ACECC. Grayscale: #4A4A4A. Windows color (decimal): -8048333 or 3355013. OLE color: 3355013.

HSL color Cylindrical-coordinate representation of color #853133: hue angle of 358.57º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #853133 is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 49 51 -
CMYK 0 0.63 0.62 0.48
HSL 358.57º 0.46% 0.36% -
HSV(B) 358.57º 0.63% 0.52% -
XYZ 11.37 7.42 3.97 -
YUV 74.34 114.83 169.84 -
System Red Green Blue C M Y K H S L
Decimal 133 49 51 0 0.63 0.62 0.48 358.57 0.46 0.36
Hex 85 31 33 0 3F 3E 30 167 2E 24
Octal 205 61 63 0 77 76 60 547 56 44
Binary 10000101 110001 110011 0 111111 111110 110000 101100111 101110 100100

Color Harmonies of #853133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853133

Black with #853133

Text Example


Text Example

White with #853133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853133; }

 p { color: rgb(133,49,51); }

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

background-color css

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

 a { background-color: rgb(133,49,51); }

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

border-color css

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

 span { border-color: rgb(133,49,51); }

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