Html Css Color HEX #884935 Paarl

📋 copy color: '#884935'

red 136 ◦ green 73 ◦ blue 53

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

Shades of Paarl #884935

Tints of Paarl #884935

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.86%

 BLUE value IS 53 (21.09% from 255) = 20.23%

R = 51.91%
G = 27.86%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#884935 (or 0x884935) is known color: Paarl. HEX triplet: 88, 49 and 35. RGB value is (136,73,53). Sum of RGB (Red+Green+Blue) = 136+73+53=262 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.91% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 53 (21.09% from 255 or 20.23% from 262); Max value from RGB is 136 - color contains mainly: red. Hex color #884935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884935 is #77B6CA. Grayscale: #595959. Windows color (decimal): -7845579 or 3492232. OLE color: 3492232.

HSL color Cylindrical-coordinate representation of color #884935: hue angle of 14.46º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #884935 is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 73 53 -
CMYK 0 0.46 0.61 0.47
HSL 14.46º 0.44% 0.37% -
HSV(B) 14.46º 0.61% 0.53% -
XYZ 13.18 10.26 4.65 -
YUV 89.56 107.37 161.13 -
System Red Green Blue C M Y K H S L
Decimal 136 73 53 0 0.46 0.61 0.47 14.46 0.44 0.37
Hex 88 49 35 0 2E 3D 2F E 2C 25
Octal 210 111 65 0 56 75 57 16 54 45
Binary 10001000 1001001 110101 0 101110 111101 101111 1110 101100 100101

Color Harmonies of #884935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884935

Black with #884935

Text Example


Text Example

White with #884935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884935; }

 p { color: rgb(136,73,53); }

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

background-color css

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

 a { background-color: rgb(136,73,53); }

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

border-color css

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

 span { border-color: rgb(136,73,53); }

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