Html Css Color HEX #874932 Paarl

📋 copy color: '#874932'

red 135 ◦ green 73 ◦ blue 50

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

Shades of Paarl #874932

Tints of Paarl #874932

RGB

 RED value IS 135 (53.13% from 255) = 52.33%

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

 BLUE value IS 50 (19.92% from 255) = 19.38%

R = 52.33%
G = 28.29%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#874932 (or 0x874932) is known color: Paarl. HEX triplet: 87, 49 and 32. RGB value is (135,73,50). Sum of RGB (Red+Green+Blue) = 135+73+50=258 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.33% from 258); Green value is 73 (28.91% from 255 or 28.29% from 258); Blue value is 50 (19.92% from 255 or 19.38% from 258); Max value from RGB is 135 - color contains mainly: red. Hex color #874932 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874932 is #78B6CD. Grayscale: #595959. Windows color (decimal): -7911118 or 3295623. OLE color: 3295623.

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

Color convert

RGB 135 73 50 -
CMYK 0 0.46 0.63 0.47
HSL 16.24º 0.46% 0.36% -
HSV(B) 16.24º 0.63% 0.53% -
XYZ 12.95 10.15 4.29 -
YUV 88.92 106.04 160.87 -
System Red Green Blue C M Y K H S L
Decimal 135 73 50 0 0.46 0.63 0.47 16.24 0.46 0.36
Hex 87 49 32 0 2E 3F 2F 10 2E 24
Octal 207 111 62 0 56 77 57 20 56 44
Binary 10000111 1001001 110010 0 101110 111111 101111 10000 101110 100100

Color Harmonies of #874932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874932

Black with #874932

Text Example


Text Example

White with #874932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874932; }

 p { color: rgb(135,73,50); }

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

background-color css

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

 a { background-color: rgb(135,73,50); }

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

border-color css

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

 span { border-color: rgb(135,73,50); }

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