Html Css Color HEX #874834 Paarl

📋 copy color: '#874834'

red 135 ◦ green 72 ◦ blue 52

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

Shades of Paarl #874834

Tints of Paarl #874834

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.8%

 BLUE value IS 52 (20.7% from 255) = 20.08%

R = 52.12%
G = 27.8%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#874834 (or 0x874834) is known color: Paarl. HEX triplet: 87, 48 and 34. RGB value is (135,72,52). Sum of RGB (Red+Green+Blue) = 135+72+52=259 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.12% from 259); Green value is 72 (28.52% from 255 or 27.80% from 259); Blue value is 52 (20.70% from 255 or 20.08% from 259); Max value from RGB is 135 - color contains mainly: red. Hex color #874834 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874834 is #78B7CB. Grayscale: #585858. Windows color (decimal): -7911372 or 3426439. OLE color: 3426439.

HSL color Cylindrical-coordinate representation of color #874834: 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 #874834 is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 72 52 -
CMYK 0 0.47 0.61 0.47
HSL 14.46º 0.44% 0.37% -
HSV(B) 14.46º 0.61% 0.53% -
XYZ 12.93 10.03 4.5 -
YUV 88.56 107.37 161.13 -
System Red Green Blue C M Y K H S L
Decimal 135 72 52 0 0.47 0.61 0.47 14.46 0.44 0.37
Hex 87 48 34 0 2F 3D 2F E 2C 25
Octal 207 110 64 0 57 75 57 16 54 45
Binary 10000111 1001000 110100 0 101111 111101 101111 1110 101100 100101

Color Harmonies of #874834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874834

Black with #874834

Text Example


Text Example

White with #874834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874834; }

 p { color: rgb(135,72,52); }

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

background-color css

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

 a { background-color: rgb(135,72,52); }

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

border-color css

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

 span { border-color: rgb(135,72,52); }

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