Html Css Color HEX #872F38 Old Brick

📋 copy color: '#872F38'

red 135 ◦ green 47 ◦ blue 56

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

Shades of Old Brick #872F38

Tints of Old Brick #872F38

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.75%

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

R = 56.72%
G = 19.75%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#872F38 (or 0x872F38) is known color: Old Brick. HEX triplet: 87, 2F and 38. RGB value is (135,47,56). Sum of RGB (Red+Green+Blue) = 135+47+56=238 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.72% from 238); Green value is 47 (18.75% from 255 or 19.75% from 238); Blue value is 56 (22.27% from 255 or 23.53% from 238); Max value from RGB is 135 - color contains mainly: red. Hex color #872F38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872F38 is #78D0C7. Grayscale: #4A4A4A. Windows color (decimal): -7917768 or 3682183. OLE color: 3682183.

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

Color convert

RGB 135 47 56 -
CMYK 0 0.65 0.59 0.47
HSL 353.86º 0.48% 0.36% -
HSV(B) 353.86º 0.65% 0.53% -
XYZ 11.72 7.47 4.57 -
YUV 74.34 117.65 171.27 -
System Red Green Blue C M Y K H S L
Decimal 135 47 56 0 0.65 0.59 0.47 353.86 0.48 0.36
Hex 87 2F 38 0 41 3B 2F 162 30 24
Octal 207 57 70 0 101 73 57 542 60 44
Binary 10000111 101111 111000 0 1000001 111011 101111 101100010 110000 100100

Color Harmonies of #872F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872F38

Black with #872F38

Text Example


Text Example

White with #872F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872F38; }

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

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

background-color css

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

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

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

border-color css

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

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

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