Html Css Color HEX #874532 Paarl

📋 copy color: '#874532'

red 135 ◦ green 69 ◦ blue 50

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

Shades of Paarl #874532

Tints of Paarl #874532

RGB

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

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

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

R = 53.15%
G = 27.17%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#874532 (or 0x874532) is known color: Paarl. HEX triplet: 87, 45 and 32. RGB value is (135,69,50). Sum of RGB (Red+Green+Blue) = 135+69+50=254 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.15% from 254); Green value is 69 (27.34% from 255 or 27.17% from 254); Blue value is 50 (19.92% from 255 or 19.69% from 254); Max value from RGB is 135 - color contains mainly: red. Hex color #874532 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874532 is #78BACD. Grayscale: #565656. Windows color (decimal): -7912142 or 3294599. OLE color: 3294599.

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

Color convert

RGB 135 69 50 -
CMYK 0 0.49 0.63 0.47
HSL 13.41º 0.46% 0.36% -
HSV(B) 13.41º 0.63% 0.53% -
XYZ 12.7 9.64 4.21 -
YUV 86.57 107.37 162.54 -
System Red Green Blue C M Y K H S L
Decimal 135 69 50 0 0.49 0.63 0.47 13.41 0.46 0.36
Hex 87 45 32 0 31 3F 2F D 2E 24
Octal 207 105 62 0 61 77 57 15 56 44
Binary 10000111 1000101 110010 0 110001 111111 101111 1101 101110 100100

Color Harmonies of #874532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874532

Black with #874532

Text Example


Text Example

White with #874532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874532; }

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

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

background-color css

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

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

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

border-color css

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

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

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