#883435

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

Shades of Old Brick #883435

Tints of Old Brick #883435

Color information

#883435 (or 0x883435) is unknown color: approx Old Brick. HEX triplet: 88, 34 and 35. RGB value is (136,52,53). Sum of RGB (Red+Green+Blue) = 136+52+53=241 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.43% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 53 (21.09% from 255 or 21.99% from 241); Max value from RGB is 136 - color contains mainly: red. Hex color #883435 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883435 is #77CBCA. Grayscale: #4D4D4D. Windows color (decimal): -7850955 or 3486856. OLE color: 3486856.

HSL color Cylindrical-coordinate representation of color #883435: hue angle of 359.29º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #883435 is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB1365253-
CMYK00.620.610.47
HSL359.29º44.68%36.86%-
HSV(B)359.29º61.76%53.33%-
XYZ12.027.954.27-
YUV77.23114.33169.92-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 56.43%
GREEN value IS 52 (20.70% from 255) = 21.58%
BLUE value IS 53 (21.09% from 255) = 21.99%
R=56.43%
G=21.58%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136525300.620.610.47359.2944.6836.86
Hex88343503E3D2F1672d25
Octal210646507675575475545
Binary100010001101001101010111110111101101111101100111101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883435; }

 p { color: rgb(136,52,53); }

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

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

 a { background-color: rgb(136,52,53); }

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

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

 span { border-color: rgb(136,52,53); }

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