Html Css Color HEX #884A38 Paarl

📋 copy color: '#884A38'

red 136 ◦ green 74 ◦ blue 56

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

Shades of Paarl #884A38

Tints of Paarl #884A38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 21.05%

R = 51.13%
G = 27.82%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#884A38 (or 0x884A38) is known color: Paarl. HEX triplet: 88, 4A and 38. RGB value is (136,74,56). Sum of RGB (Red+Green+Blue) = 136+74+56=266 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.13% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 56 (22.27% from 255 or 21.05% from 266); Max value from RGB is 136 - color contains mainly: red. Hex color #884A38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884A38 is #77B5C7. Grayscale: #5A5A5A. Windows color (decimal): -7845320 or 3689096. OLE color: 3689096.

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

Color convert

RGB 136 74 56 -
CMYK 0 0.46 0.59 0.47
HSL 13.5º 0.42% 0.38% -
HSV(B) 13.5º 0.59% 0.53% -
XYZ 13.32 10.42 5.05 -
YUV 90.49 108.54 160.46 -
System Red Green Blue C M Y K H S L
Decimal 136 74 56 0 0.46 0.59 0.47 13.5 0.42 0.38
Hex 88 4A 38 0 2E 3B 2F E 2A 26
Octal 210 112 70 0 56 73 57 16 52 46
Binary 10001000 1001010 111000 0 101110 111011 101111 1110 101010 100110

Color Harmonies of #884A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884A38

Black with #884A38

Text Example


Text Example

White with #884A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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