Html Css Color HEX #874A31 Paarl

📋 copy color: '#874A31'

red 135 ◦ green 74 ◦ blue 49

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

Shades of Paarl #874A31

Tints of Paarl #874A31

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.68%

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

R = 52.33%
G = 28.68%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#874A31 (or 0x874A31) is known color: Paarl. HEX triplet: 87, 4A and 31. RGB value is (135,74,49). Sum of RGB (Red+Green+Blue) = 135+74+49=258 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.33% from 258); Green value is 74 (29.30% from 255 or 28.68% from 258); Blue value is 49 (19.53% from 255 or 18.99% from 258); Max value from RGB is 135 - color contains mainly: red. Hex color #874A31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874A31 is #78B5CE. Grayscale: #595959. Windows color (decimal): -7910863 or 3230343. OLE color: 3230343.

HSL color Cylindrical-coordinate representation of color #874A31: hue angle of 17.44º 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 #874A31 is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 74 49 -
CMYK 0 0.45 0.64 0.47
HSL 17.44º 0.47% 0.36% -
HSV(B) 17.44º 0.64% 0.53% -
XYZ 12.99 10.27 4.2 -
YUV 89.39 105.21 160.53 -
System Red Green Blue C M Y K H S L
Decimal 135 74 49 0 0.45 0.64 0.47 17.44 0.47 0.36
Hex 87 4A 31 0 2D 40 2F 11 2F 24
Octal 207 112 61 0 55 100 57 21 57 44
Binary 10000111 1001010 110001 0 101101 1000000 101111 10001 101111 100100

Color Harmonies of #874A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874A31

Black with #874A31

Text Example


Text Example

White with #874A31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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