Html Css Color HEX #884B45 Matrix

📋 copy color: '#884B45'

red 136 ◦ green 75 ◦ blue 69

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

Shades of Matrix #884B45

Tints of Matrix #884B45

RGB

 RED value IS 136 (53.52% from 255) = 48.57%

 GREEN value IS 75 (29.69% from 255) = 26.79%

 BLUE value IS 69 (27.34% from 255) = 24.64%

R = 48.57%
G = 26.79%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#884B45 (or 0x884B45) is known color: Matrix. HEX triplet: 88, 4B and 45. RGB value is (136,75,69). Sum of RGB (Red+Green+Blue) = 136+75+69=280 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.57% from 280); Green value is 75 (29.69% from 255 or 26.79% from 280); Blue value is 69 (27.34% from 255 or 24.64% from 280); Max value from RGB is 136 - color contains mainly: red. Hex color #884B45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884B45 is #77B4BA. Grayscale: #5C5C5C. Windows color (decimal): -7845051 or 4541320. OLE color: 4541320.

HSL color Cylindrical-coordinate representation of color #884B45: hue angle of 5.37º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #884B45 is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 75 69 -
CMYK 0 0.45 0.49 0.47
HSL 5.37º 0.33% 0.4% -
HSV(B) 5.37º 0.49% 0.53% -
XYZ 13.74 10.7 6.97 -
YUV 92.56 114.71 158.99 -
System Red Green Blue C M Y K H S L
Decimal 136 75 69 0 0.45 0.49 0.47 5.37 0.33 0.4
Hex 88 4B 45 0 2D 31 2F 5 21 28
Octal 210 113 105 0 55 61 57 5 41 50
Binary 10001000 1001011 1000101 0 101101 110001 101111 101 100001 101000

Color Harmonies of #884B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884B45

Black with #884B45

Text Example


Text Example

White with #884B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884B45; }

 p { color: rgb(136,75,69); }

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

background-color css

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

 a { background-color: rgb(136,75,69); }

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

border-color css

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

 span { border-color: rgb(136,75,69); }

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