Html Css Color HEX #884A2D Paarl

📋 copy color: '#884A2D'

red 136 ◦ green 74 ◦ blue 45

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

Shades of Paarl #884A2D

Tints of Paarl #884A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.65%

R = 53.33%
G = 29.02%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#884A2D (or 0x884A2D) is known color: Paarl. HEX triplet: 88, 4A and 2D. RGB value is (136,74,45). Sum of RGB (Red+Green+Blue) = 136+74+45=255 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.33% from 255); Green value is 74 (29.30% from 255 or 29.02% from 255); Blue value is 45 (17.97% from 255 or 17.65% from 255); Max value from RGB is 136 - color contains mainly: red. Hex color #884A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884A2D is #77B5D2. Grayscale: #595959. Windows color (decimal): -7845331 or 2968200. OLE color: 2968200.

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

Color convert

RGB 136 74 45 -
CMYK 0 0.46 0.67 0.47
HSL 19.12º 0.5% 0.35% -
HSV(B) 19.12º 0.67% 0.53% -
XYZ 13.08 10.32 3.79 -
YUV 89.23 103.04 161.36 -
System Red Green Blue C M Y K H S L
Decimal 136 74 45 0 0.46 0.67 0.47 19.12 0.5 0.35
Hex 88 4A 2D 0 2E 43 2F 13 32 23
Octal 210 112 55 0 56 103 57 23 62 43
Binary 10001000 1001010 101101 0 101110 1000011 101111 10011 110010 100011

Color Harmonies of #884A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884A2D

Black with #884A2D

Text Example


Text Example

White with #884A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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