Html Css Color HEX #874C33 Paarl

📋 copy color: '#874C33'

red 135 ◦ green 76 ◦ blue 51

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

Shades of Paarl #874C33

Tints of Paarl #874C33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 19.47%

R = 51.53%
G = 29.01%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#874C33 (or 0x874C33) is known color: Paarl. HEX triplet: 87, 4C and 33. RGB value is (135,76,51). Sum of RGB (Red+Green+Blue) = 135+76+51=262 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.53% from 262); Green value is 76 (30.08% from 255 or 29.01% from 262); Blue value is 51 (20.31% from 255 or 19.47% from 262); Max value from RGB is 135 - color contains mainly: red. Hex color #874C33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874C33 is #78B3CC. Grayscale: #5A5A5A. Windows color (decimal): -7910349 or 3361927. OLE color: 3361927.

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

Color convert

RGB 135 76 51 -
CMYK 0 0.44 0.62 0.47
HSL 17.86º 0.45% 0.36% -
HSV(B) 17.86º 0.62% 0.53% -
XYZ 13.17 10.56 4.48 -
YUV 90.79 105.55 159.53 -
System Red Green Blue C M Y K H S L
Decimal 135 76 51 0 0.44 0.62 0.47 17.86 0.45 0.36
Hex 87 4C 33 0 2C 3E 2F 12 2D 24
Octal 207 114 63 0 54 76 57 22 55 44
Binary 10000111 1001100 110011 0 101100 111110 101111 10010 101101 100100

Color Harmonies of #874C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874C33

Black with #874C33

Text Example


Text Example

White with #874C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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