Html Css Color HEX #874730 Paarl

📋 copy color: '#874730'

red 135 ◦ green 71 ◦ blue 48

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

Shades of Paarl #874730

Tints of Paarl #874730

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.95%

 BLUE value IS 48 (19.14% from 255) = 18.9%

R = 53.15%
G = 27.95%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#874730 (or 0x874730) is known color: Paarl. HEX triplet: 87, 47 and 30. RGB value is (135,71,48). Sum of RGB (Red+Green+Blue) = 135+71+48=254 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.15% from 254); Green value is 71 (28.12% from 255 or 27.95% from 254); Blue value is 48 (19.14% from 255 or 18.90% from 254); Max value from RGB is 135 - color contains mainly: red. Hex color #874730 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874730 is #78B8CF. Grayscale: #575757. Windows color (decimal): -7911632 or 3164039. OLE color: 3164039.

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

Color convert

RGB 135 71 48 -
CMYK 0 0.47 0.64 0.47
HSL 15.86º 0.48% 0.36% -
HSV(B) 15.86º 0.64% 0.53% -
XYZ 12.78 9.87 4.03 -
YUV 87.51 105.7 161.87 -
System Red Green Blue C M Y K H S L
Decimal 135 71 48 0 0.47 0.64 0.47 15.86 0.48 0.36
Hex 87 47 30 0 2F 40 2F 10 30 24
Octal 207 107 60 0 57 100 57 20 60 44
Binary 10000111 1000111 110000 0 101111 1000000 101111 10000 110000 100100

Color Harmonies of #874730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874730

Black with #874730

Text Example


Text Example

White with #874730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874730; }

 p { color: rgb(135,71,48); }

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

background-color css

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

 a { background-color: rgb(135,71,48); }

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

border-color css

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

 span { border-color: rgb(135,71,48); }

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