#853038

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

Shades of Old Brick #853038

Tints of Old Brick #853038

Color information

#853038 (or 0x853038) is unknown color: approx Old Brick. HEX triplet: 85, 30 and 38. RGB value is (133,48,56). Sum of RGB (Red+Green+Blue) = 133+48+56=237 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.12% from 237); Green value is 48 (19.14% from 255 or 20.25% from 237); Blue value is 56 (22.27% from 255 or 23.63% from 237); Max value from RGB is 133 - color contains mainly: red. Hex color #853038 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853038 is #7ACFC7. Grayscale: #4A4A4A. Windows color (decimal): -8048584 or 3682437. OLE color: 3682437.

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

Color convert

RGB1334856-
CMYK00.640.580.48
HSL354.35º46.96%35.49%-
HSV(B)354.35º63.91%52.16%-
XYZ11.447.394.56-
YUV74.33117.66169.85-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 56.12%
GREEN value IS 48 (19.14% from 255) = 20.25%
BLUE value IS 56 (22.27% from 255) = 23.63%
R=56.12%
G=20.25%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133485600.640.580.48354.3546.9635.49
Hex8530380403A301622f23
Octal2056070010072605425743
Binary1000010111000011100001000000111010110000101100010101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853038; }

 p { color: rgb(133,48,56); }

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

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

 a { background-color: rgb(133,48,56); }

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

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

 span { border-color: rgb(133,48,56); }

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