Html Css Color HEX #874830 Paarl

📋 copy color: '#874830'

red 135 ◦ green 72 ◦ blue 48

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

Shades of Paarl #874830

Tints of Paarl #874830

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.24%

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

R = 52.94%
G = 28.24%
B = 18.82%

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

#874830 (or 0x874830) is known color: Paarl. HEX triplet: 87, 48 and 30. RGB value is (135,72,48). Sum of RGB (Red+Green+Blue) = 135+72+48=255 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.94% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 48 (19.14% from 255 or 18.82% from 255); Max value from RGB is 135 - color contains mainly: red. Hex color #874830 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874830 is #78B7CF. Grayscale: #585858. Windows color (decimal): -7911376 or 3164295. OLE color: 3164295.

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

Color convert

RGB 135 72 48 -
CMYK 0 0.47 0.64 0.47
HSL 16.55º 0.48% 0.36% -
HSV(B) 16.55º 0.64% 0.53% -
XYZ 12.84 10 4.05 -
YUV 88.1 105.37 161.45 -
System Red Green Blue C M Y K H S L
Decimal 135 72 48 0 0.47 0.64 0.47 16.55 0.48 0.36
Hex 87 48 30 0 2F 40 2F 11 30 24
Octal 207 110 60 0 57 100 57 21 60 44
Binary 10000111 1001000 110000 0 101111 1000000 101111 10001 110000 100100

Color Harmonies of #874830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874830

Black with #874830

Text Example


Text Example

White with #874830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874830; }

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

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

background-color css

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

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

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

border-color css

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

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

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