Html Css Color HEX #86333A Old Brick

📋 copy color: '#86333A'

red 134 ◦ green 51 ◦ blue 58

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

Shades of Old Brick #86333A

Tints of Old Brick #86333A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.99%

 BLUE value IS 58 (23.05% from 255) = 23.87%

R = 55.14%
G = 20.99%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#86333A (or 0x86333A) is known color: Old Brick. HEX triplet: 86, 33 and 3A. RGB value is (134,51,58). Sum of RGB (Red+Green+Blue) = 134+51+58=243 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.14% from 243); Green value is 51 (20.31% from 255 or 20.99% from 243); Blue value is 58 (23.05% from 255 or 23.87% from 243); Max value from RGB is 134 - color contains mainly: red. Hex color #86333A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86333A is #79CCC5. Grayscale: #4C4C4C. Windows color (decimal): -7982278 or 3814278. OLE color: 3814278.

HSL color Cylindrical-coordinate representation of color #86333A: hue angle of 354.94º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #86333A is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 51 58 -
CMYK 0 0.62 0.57 0.47
HSL 354.94º 0.45% 0.36% -
HSV(B) 354.94º 0.62% 0.53% -
XYZ 11.78 7.74 4.88 -
YUV 76.62 117.5 168.93 -
System Red Green Blue C M Y K H S L
Decimal 134 51 58 0 0.62 0.57 0.47 354.94 0.45 0.36
Hex 86 33 3A 0 3E 39 2F 163 2D 24
Octal 206 63 72 0 76 71 57 543 55 44
Binary 10000110 110011 111010 0 111110 111001 101111 101100011 101101 100100

Color Harmonies of #86333A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86333A

Black with #86333A

Text Example


Text Example

White with #86333A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86333A; }

 p { color: rgb(134,51,58); }

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

background-color css

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

 a { background-color: rgb(134,51,58); }

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

border-color css

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

 span { border-color: rgb(134,51,58); }

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