Html Css Color HEX #86333D Old Brick

📋 copy color: '#86333D'

red 134 ◦ green 51 ◦ blue 61

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

Shades of Old Brick #86333D

Tints of Old Brick #86333D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 24.8%

R = 54.47%
G = 20.73%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#86333D (or 0x86333D) is known color: Old Brick. HEX triplet: 86, 33 and 3D. RGB value is (134,51,61). Sum of RGB (Red+Green+Blue) = 134+51+61=246 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.47% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 61 (24.22% from 255 or 24.80% from 246); Max value from RGB is 134 - color contains mainly: red. Hex color #86333D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86333D is #79CCC2. Grayscale: #4C4C4C. Windows color (decimal): -7982275 or 4010886. OLE color: 4010886.

HSL color Cylindrical-coordinate representation of color #86333D: hue angle of 352.77º 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 #86333D is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 51 61 -
CMYK 0 0.62 0.54 0.47
HSL 352.77º 0.45% 0.36% -
HSV(B) 352.77º 0.62% 0.53% -
XYZ 11.86 7.77 5.29 -
YUV 76.96 119 168.69 -
System Red Green Blue C M Y K H S L
Decimal 134 51 61 0 0.62 0.54 0.47 352.77 0.45 0.36
Hex 86 33 3D 0 3E 36 2F 161 2D 24
Octal 206 63 75 0 76 66 57 541 55 44
Binary 10000110 110011 111101 0 111110 110110 101111 101100001 101101 100100

Color Harmonies of #86333D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86333D

Black with #86333D

Text Example


Text Example

White with #86333D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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