Html Css Color HEX #875034 Paarl

📋 copy color: '#875034'

red 135 ◦ green 80 ◦ blue 52

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

Shades of Paarl #875034

Tints of Paarl #875034

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.96%

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

R = 50.56%
G = 29.96%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#875034 (or 0x875034) is known color: Paarl. HEX triplet: 87, 50 and 34. RGB value is (135,80,52). Sum of RGB (Red+Green+Blue) = 135+80+52=267 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.56% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 52 (20.70% from 255 or 19.48% from 267); Max value from RGB is 135 - color contains mainly: red. Hex color #875034 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875034 is #78AFCB. Grayscale: #5D5D5D. Windows color (decimal): -7909324 or 3428487. OLE color: 3428487.

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

Color convert

RGB 135 80 52 -
CMYK 0 0.41 0.61 0.47
HSL 20.24º 0.44% 0.37% -
HSV(B) 20.24º 0.61% 0.53% -
XYZ 13.48 11.14 4.69 -
YUV 93.25 104.72 157.78 -
System Red Green Blue C M Y K H S L
Decimal 135 80 52 0 0.41 0.61 0.47 20.24 0.44 0.37
Hex 87 50 34 0 29 3D 2F 14 2C 25
Octal 207 120 64 0 51 75 57 24 54 45
Binary 10000111 1010000 110100 0 101001 111101 101111 10100 101100 100101

Color Harmonies of #875034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875034

Black with #875034

Text Example


Text Example

White with #875034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875034; }

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

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

background-color css

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

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

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

border-color css

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

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

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