Html Css Color HEX #875234 Paarl

📋 copy color: '#875234'

red 135 ◦ green 82 ◦ blue 52

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

Shades of Paarl #875234

Tints of Paarl #875234

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.48%

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

R = 50.19%
G = 30.48%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#875234 (or 0x875234) is known color: Paarl. HEX triplet: 87, 52 and 34. RGB value is (135,82,52). Sum of RGB (Red+Green+Blue) = 135+82+52=269 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.19% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 52 (20.70% from 255 or 19.33% from 269); Max value from RGB is 135 - color contains mainly: red. Hex color #875234 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875234 is #78ADCB. Grayscale: #5E5E5E. Windows color (decimal): -7908812 or 3428999. OLE color: 3428999.

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

Color convert

RGB 135 82 52 -
CMYK 0 0.39 0.61 0.47
HSL 21.69º 0.44% 0.37% -
HSV(B) 21.69º 0.61% 0.53% -
XYZ 13.63 11.43 4.74 -
YUV 94.43 104.06 156.94 -
System Red Green Blue C M Y K H S L
Decimal 135 82 52 0 0.39 0.61 0.47 21.69 0.44 0.37
Hex 87 52 34 0 27 3D 2F 16 2C 25
Octal 207 122 64 0 47 75 57 26 54 45
Binary 10000111 1010010 110100 0 100111 111101 101111 10110 101100 100101

Color Harmonies of #875234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875234

Black with #875234

Text Example


Text Example

White with #875234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875234; }

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

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

background-color css

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

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

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

border-color css

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

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

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