Html Css Color HEX #874537 Paarl

📋 copy color: '#874537'

red 135 ◦ green 69 ◦ blue 55

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

Shades of Paarl #874537

Tints of Paarl #874537

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.64%

 BLUE value IS 55 (21.88% from 255) = 21.24%

R = 52.12%
G = 26.64%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#874537 (or 0x874537) is known color: Paarl. HEX triplet: 87, 45 and 37. RGB value is (135,69,55). Sum of RGB (Red+Green+Blue) = 135+69+55=259 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.12% from 259); Green value is 69 (27.34% from 255 or 26.64% from 259); Blue value is 55 (21.88% from 255 or 21.24% from 259); Max value from RGB is 135 - color contains mainly: red. Hex color #874537 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874537 is #78BAC8. Grayscale: #575757. Windows color (decimal): -7912137 or 3622279. OLE color: 3622279.

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

Color convert

RGB 135 69 55 -
CMYK 0 0.49 0.59 0.47
HSL 10.5º 0.42% 0.37% -
HSV(B) 10.5º 0.59% 0.53% -
XYZ 12.81 9.68 4.81 -
YUV 87.14 109.87 162.14 -
System Red Green Blue C M Y K H S L
Decimal 135 69 55 0 0.49 0.59 0.47 10.5 0.42 0.37
Hex 87 45 37 0 31 3B 2F A 2A 25
Octal 207 105 67 0 61 73 57 12 52 45
Binary 10000111 1000101 110111 0 110001 111011 101111 1010 101010 100101

Color Harmonies of #874537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874537

Black with #874537

Text Example


Text Example

White with #874537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874537; }

 p { color: rgb(135,69,55); }

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

background-color css

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

 a { background-color: rgb(135,69,55); }

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

border-color css

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

 span { border-color: rgb(135,69,55); }

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