Html Css Color HEX #884A2F Paarl

📋 copy color: '#884A2F'

red 136 ◦ green 74 ◦ blue 47

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

Shades of Paarl #884A2F

Tints of Paarl #884A2F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.79%

 BLUE value IS 47 (18.75% from 255) = 18.29%

R = 52.92%
G = 28.79%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#884A2F (or 0x884A2F) is known color: Paarl. HEX triplet: 88, 4A and 2F. RGB value is (136,74,47). Sum of RGB (Red+Green+Blue) = 136+74+47=257 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.92% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 47 (18.75% from 255 or 18.29% from 257); Max value from RGB is 136 - color contains mainly: red. Hex color #884A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884A2F is #77B5D0. Grayscale: #595959. Windows color (decimal): -7845329 or 3099272. OLE color: 3099272.

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

Color convert

RGB 136 74 47 -
CMYK 0 0.46 0.65 0.47
HSL 18.2º 0.49% 0.36% -
HSV(B) 18.2º 0.65% 0.53% -
XYZ 13.12 10.34 3.99 -
YUV 89.46 104.04 161.2 -
System Red Green Blue C M Y K H S L
Decimal 136 74 47 0 0.46 0.65 0.47 18.2 0.49 0.36
Hex 88 4A 2F 0 2E 41 2F 12 31 24
Octal 210 112 57 0 56 101 57 22 61 44
Binary 10001000 1001010 101111 0 101110 1000001 101111 10010 110001 100100

Color Harmonies of #884A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884A2F

Black with #884A2F

Text Example


Text Example

White with #884A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,74,47); }

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

background-color css

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

 a { background-color: rgb(136,74,47); }

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

border-color css

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

 span { border-color: rgb(136,74,47); }

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