Html Css Color HEX #863538 Old Brick

📋 copy color: '#863538'

red 134 ◦ green 53 ◦ blue 56

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

Shades of Old Brick #863538

Tints of Old Brick #863538

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.81%

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

R = 55.14%
G = 21.81%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.58

 K value IS 0.47

RGB Variations

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

Color information

#863538 (or 0x863538) is known color: Old Brick. HEX triplet: 86, 35 and 38. RGB value is (134,53,56). Sum of RGB (Red+Green+Blue) = 134+53+56=243 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.14% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 56 (22.27% from 255 or 23.05% from 243); Max value from RGB is 134 - color contains mainly: red. Hex color #863538 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863538 is #79CAC7. Grayscale: #4D4D4D. Windows color (decimal): -7981768 or 3683718. OLE color: 3683718.

HSL color Cylindrical-coordinate representation of color #863538: hue angle of 357.78º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #863538 is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 53 56 -
CMYK 0 0.60 0.58 0.47
HSL 357.78º 0.43% 0.37% -
HSV(B) 357.78º 0.6% 0.53% -
XYZ 11.82 7.9 4.64 -
YUV 77.56 115.84 168.26 -
System Red Green Blue C M Y K H S L
Decimal 134 53 56 0 0.60 0.58 0.47 357.78 0.43 0.37
Hex 86 35 38 0 3C 3A 2F 166 2B 25
Octal 206 65 70 0 74 72 57 546 53 45
Binary 10000110 110101 111000 0 111100 111010 101111 101100110 101011 100101

Color Harmonies of #863538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863538

Black with #863538

Text Example


Text Example

White with #863538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863538; }

 p { color: rgb(134,53,56); }

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

background-color css

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

 a { background-color: rgb(134,53,56); }

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

border-color css

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

 span { border-color: rgb(134,53,56); }

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