#8B3335

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

Shades of Old Brick #8B3335

Tints of Old Brick #8B3335

Color information

#8B3335 (or 0x8B3335) is unknown color: approx Old Brick. HEX triplet: 8B, 33 and 35. RGB value is (139,51,53). Sum of RGB (Red+Green+Blue) = 139+51+53=243 (32% of max value = 765). Red value is 139 (54.69% from 255 or 57.20% from 243); Green value is 51 (20.31% from 255 or 20.99% from 243); Blue value is 53 (21.09% from 255 or 21.81% from 243); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3335 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3335 is #74CCCA. Grayscale: #4D4D4D. Windows color (decimal): -7654603 or 3486603. OLE color: 3486603.

HSL color Cylindrical-coordinate representation of color #8B3335: hue angle of 358.64º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8B3335 is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.45.

Color convert

RGB1395153-
CMYK00.630.620.45
HSL358.64º46.32%37.25%-
HSV(B)358.64º63.31%54.51%-
XYZ12.478.114.28-
YUV77.54114.15171.84-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 57.20%
GREEN value IS 51 (20.31% from 255) = 20.99%
BLUE value IS 53 (21.09% from 255) = 21.81%
R=57.20%
G=20.99%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.62
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139515300.630.620.45358.6446.3237.25
Hex8B333503F3E2D1672e25
Octal213636507776555475645
Binary100010111100111101010111111111110101101101100111101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B3335; }

 p { color: rgb(139,51,53); }

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

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

 a { background-color: rgb(139,51,53); }

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

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

 span { border-color: rgb(139,51,53); }

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