Html Css Color HEX #873038 Old Brick

📋 copy color: '#873038'

red 135 ◦ green 48 ◦ blue 56

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

Shades of Old Brick #873038

Tints of Old Brick #873038

RGB

 RED value IS 135 (53.13% from 255) = 56.49%

 GREEN value IS 48 (19.14% from 255) = 20.08%

 BLUE value IS 56 (22.27% from 255) = 23.43%

R = 56.49%
G = 20.08%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#873038 (or 0x873038) is known color: Old Brick. HEX triplet: 87, 30 and 38. RGB value is (135,48,56). Sum of RGB (Red+Green+Blue) = 135+48+56=239 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.49% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 56 (22.27% from 255 or 23.43% from 239); Max value from RGB is 135 - color contains mainly: red. Hex color #873038 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873038 is #78CFC7. Grayscale: #4A4A4A. Windows color (decimal): -7917512 or 3682439. OLE color: 3682439.

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

Color convert

RGB 135 48 56 -
CMYK 0 0.64 0.59 0.47
HSL 354.48º 0.48% 0.36% -
HSV(B) 354.48º 0.64% 0.53% -
XYZ 11.76 7.55 4.58 -
YUV 74.93 117.32 170.85 -
System Red Green Blue C M Y K H S L
Decimal 135 48 56 0 0.64 0.59 0.47 354.48 0.48 0.36
Hex 87 30 38 0 40 3B 2F 162 30 24
Octal 207 60 70 0 100 73 57 542 60 44
Binary 10000111 110000 111000 0 1000000 111011 101111 101100010 110000 100100

Color Harmonies of #873038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873038

Black with #873038

Text Example


Text Example

White with #873038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873038; }

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

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

background-color css

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

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

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

border-color css

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

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

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