Html Css Color HEX #874D30 Paarl

📋 copy color: '#874D30'

red 135 ◦ green 77 ◦ blue 48

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

Shades of Paarl #874D30

Tints of Paarl #874D30

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.62%

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

R = 51.92%
G = 29.62%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#874D30 (or 0x874D30) is known color: Paarl. HEX triplet: 87, 4D and 30. RGB value is (135,77,48). Sum of RGB (Red+Green+Blue) = 135+77+48=260 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.92% from 260); Green value is 77 (30.47% from 255 or 29.62% from 260); Blue value is 48 (19.14% from 255 or 18.46% from 260); Max value from RGB is 135 - color contains mainly: red. Hex color #874D30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #874D30 is #78B2CF. Grayscale: #5B5B5B. Windows color (decimal): -7910096 or 3165575. OLE color: 3165575.

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

Color convert

RGB 135 77 48 -
CMYK 0 0.43 0.64 0.47
HSL 20º 0.48% 0.36% -
HSV(B) 20º 0.64% 0.53% -
XYZ 13.18 10.67 4.16 -
YUV 91.04 103.72 159.36 -
System Red Green Blue C M Y K H S L
Decimal 135 77 48 0 0.43 0.64 0.47 20 0.48 0.36
Hex 87 4D 30 0 2B 40 2F 14 30 24
Octal 207 115 60 0 53 100 57 24 60 44
Binary 10000111 1001101 110000 0 101011 1000000 101111 10100 110000 100100

Color Harmonies of #874D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874D30

Black with #874D30

Text Example


Text Example

White with #874D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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