Html Css Color HEX #884B2E Paarl

📋 copy color: '#884B2E'

red 136 ◦ green 75 ◦ blue 46

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

Shades of Paarl #884B2E

Tints of Paarl #884B2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.9%

R = 52.92%
G = 29.18%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#884B2E (or 0x884B2E) is known color: Paarl. HEX triplet: 88, 4B and 2E. RGB value is (136,75,46). Sum of RGB (Red+Green+Blue) = 136+75+46=257 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.92% from 257); Green value is 75 (29.69% from 255 or 29.18% from 257); Blue value is 46 (18.36% from 255 or 17.90% from 257); Max value from RGB is 136 - color contains mainly: red. Hex color #884B2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884B2E is #77B4D1. Grayscale: #5A5A5A. Windows color (decimal): -7845074 or 3033992. OLE color: 3033992.

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

Color convert

RGB 136 75 46 -
CMYK 0 0.45 0.66 0.47
HSL 19.33º 0.49% 0.36% -
HSV(B) 19.33º 0.66% 0.53% -
XYZ 13.16 10.46 3.91 -
YUV 89.93 103.21 160.86 -
System Red Green Blue C M Y K H S L
Decimal 136 75 46 0 0.45 0.66 0.47 19.33 0.49 0.36
Hex 88 4B 2E 0 2D 42 2F 13 31 24
Octal 210 113 56 0 55 102 57 23 61 44
Binary 10001000 1001011 101110 0 101101 1000010 101111 10011 110001 100100

Color Harmonies of #884B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884B2E

Black with #884B2E

Text Example


Text Example

White with #884B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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