Html Css Color HEX #863038 Old Brick

📋 copy color: '#863038'

red 134 ◦ green 48 ◦ blue 56

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

Shades of Old Brick #863038

Tints of Old Brick #863038

RGB

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

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

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

R = 56.3%
G = 20.17%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.58

 K value IS 0.47

RGB Variations

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

Color information

#863038 (or 0x863038) is known color: Old Brick. HEX triplet: 86, 30 and 38. RGB value is (134,48,56). Sum of RGB (Red+Green+Blue) = 134+48+56=238 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.30% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 56 (22.27% from 255 or 23.53% from 238); Max value from RGB is 134 - color contains mainly: red. Hex color #863038 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863038 is #79CFC7. Grayscale: #4A4A4A. Windows color (decimal): -7983048 or 3682438. OLE color: 3682438.

HSL color Cylindrical-coordinate representation of color #863038: hue angle of 354.42º degrees, saturation: 0.47, 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 #863038 is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 48 56 -
CMYK 0 0.64 0.58 0.47
HSL 354.42º 0.47% 0.36% -
HSV(B) 354.42º 0.64% 0.53% -
XYZ 11.6 7.47 4.57 -
YUV 74.63 117.49 170.35 -
System Red Green Blue C M Y K H S L
Decimal 134 48 56 0 0.64 0.58 0.47 354.42 0.47 0.36
Hex 86 30 38 0 40 3A 2F 162 2F 24
Octal 206 60 70 0 100 72 57 542 57 44
Binary 10000110 110000 111000 0 1000000 111010 101111 101100010 101111 100100

Color Harmonies of #863038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863038

Black with #863038

Text Example


Text Example

White with #863038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863038; }

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

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

background-color css

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

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

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

border-color css

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

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

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