#852F33

Color #852F33 Old Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Brick #852F33

Tints of Old Brick #852F33

Color information

#852F33 (or 0x852F33) is unknown color: approx Old Brick. HEX triplet: 85, 2F and 33. RGB value is (133,47,51). Sum of RGB (Red+Green+Blue) = 133+47+51=231 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.58% from 231); Green value is 47 (18.75% from 255 or 20.35% from 231); Blue value is 51 (20.31% from 255 or 22.08% from 231); Max value from RGB is 133 - color contains mainly: red. Hex color #852F33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852F33 is #7AD0CC. Grayscale: #494949. Windows color (decimal): -8048845 or 3354501. OLE color: 3354501.

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

Color convert

RGB1334751-
CMYK00.650.620.48
HSL357.21º47.78%35.29%-
HSV(B)357.21º64.66%52.16%-
XYZ11.297.263.94-
YUV73.17115.49170.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 57.58%
GREEN value IS 47 (18.75% from 255) = 20.35%
BLUE value IS 51 (20.31% from 255) = 22.08%
R=57.58%
G=20.35%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133475100.650.620.48357.2147.7835.29
Hex852F330413E301653023
Octal2055763010176605456043
Binary1000010110111111001101000001111110110000101100101110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852F33; }

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

 H1.HeaderClassName
 {
   color: #852F33;
 }
 .AnyTagClassName
 {
   color: #852F33;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #852F33;
 }
 .BgClassName
 {
   background-color: #852F33;
 }
</style>
border-color css

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

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

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