Html Css Color HEX #862F36 Old Brick

📋 copy color: '#862F36'

red 134 ◦ green 47 ◦ blue 54

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

Shades of Old Brick #862F36

Tints of Old Brick #862F36

RGB

 RED value IS 134 (52.73% from 255) = 57.02%

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

 BLUE value IS 54 (21.48% from 255) = 22.98%

R = 57.02%
G = 20%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#862F36 (or 0x862F36) is known color: Old Brick. HEX triplet: 86, 2F and 36. RGB value is (134,47,54). Sum of RGB (Red+Green+Blue) = 134+47+54=235 (31% of max value = 765). Red value is 134 (52.73% from 255 or 57.02% from 235); Green value is 47 (18.75% from 255 or 20% from 235); Blue value is 54 (21.48% from 255 or 22.98% from 235); Max value from RGB is 134 - color contains mainly: red. Hex color #862F36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862F36 is #79D0C9. Grayscale: #494949. Windows color (decimal): -7983306 or 3551110. OLE color: 3551110.

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

Color convert

RGB 134 47 54 -
CMYK 0 0.65 0.60 0.47
HSL 355.17º 0.48% 0.35% -
HSV(B) 355.17º 0.65% 0.53% -
XYZ 11.51 7.37 4.31 -
YUV 73.81 116.82 170.93 -
System Red Green Blue C M Y K H S L
Decimal 134 47 54 0 0.65 0.60 0.47 355.17 0.48 0.35
Hex 86 2F 36 0 41 3C 2F 163 30 23
Octal 206 57 66 0 101 74 57 543 60 43
Binary 10000110 101111 110110 0 1000001 111100 101111 101100011 110000 100011

Color Harmonies of #862F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862F36

Black with #862F36

Text Example


Text Example

White with #862F36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862F36; }

 p { color: rgb(134,47,54); }

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

background-color css

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

 a { background-color: rgb(134,47,54); }

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

border-color css

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

 span { border-color: rgb(134,47,54); }

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