Html Css Color HEX #874C31 Paarl

📋 copy color: '#874C31'

red 135 ◦ green 76 ◦ blue 49

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

Shades of Paarl #874C31

Tints of Paarl #874C31

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.23%

 BLUE value IS 49 (19.53% from 255) = 18.85%

R = 51.92%
G = 29.23%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#874C31 (or 0x874C31) is known color: Paarl. HEX triplet: 87, 4C and 31. RGB value is (135,76,49). Sum of RGB (Red+Green+Blue) = 135+76+49=260 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.92% from 260); Green value is 76 (30.08% from 255 or 29.23% from 260); Blue value is 49 (19.53% from 255 or 18.85% from 260); Max value from RGB is 135 - color contains mainly: red. Hex color #874C31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874C31 is #78B3CE. Grayscale: #5A5A5A. Windows color (decimal): -7910351 or 3230855. OLE color: 3230855.

HSL color Cylindrical-coordinate representation of color #874C31: hue angle of 18.84º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #874C31 is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 76 49 -
CMYK 0 0.44 0.64 0.47
HSL 18.84º 0.47% 0.36% -
HSV(B) 18.84º 0.64% 0.53% -
XYZ 13.13 10.54 4.25 -
YUV 90.56 104.55 159.7 -
System Red Green Blue C M Y K H S L
Decimal 135 76 49 0 0.44 0.64 0.47 18.84 0.47 0.36
Hex 87 4C 31 0 2C 40 2F 13 2F 24
Octal 207 114 61 0 54 100 57 23 57 44
Binary 10000111 1001100 110001 0 101100 1000000 101111 10011 101111 100100

Color Harmonies of #874C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874C31

Black with #874C31

Text Example


Text Example

White with #874C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874C31; }

 p { color: rgb(135,76,49); }

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

background-color css

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

 a { background-color: rgb(135,76,49); }

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

border-color css

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

 span { border-color: rgb(135,76,49); }

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