Html Css Color HEX #874A30 Paarl

📋 copy color: '#874A30'

red 135 ◦ green 74 ◦ blue 48

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

Shades of Paarl #874A30

Tints of Paarl #874A30

RGB

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

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

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

R = 52.53%
G = 28.79%
B = 18.68%

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

#874A30 (or 0x874A30) is known color: Paarl. HEX triplet: 87, 4A and 30. RGB value is (135,74,48). Sum of RGB (Red+Green+Blue) = 135+74+48=257 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.53% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 48 (19.14% from 255 or 18.68% from 257); Max value from RGB is 135 - color contains mainly: red. Hex color #874A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874A30 is #78B5CF. Grayscale: #595959. Windows color (decimal): -7910864 or 3164807. OLE color: 3164807.

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

Color convert

RGB 135 74 48 -
CMYK 0 0.45 0.64 0.47
HSL 17.93º 0.48% 0.36% -
HSV(B) 17.93º 0.64% 0.53% -
XYZ 12.97 10.26 4.09 -
YUV 89.28 104.71 160.61 -
System Red Green Blue C M Y K H S L
Decimal 135 74 48 0 0.45 0.64 0.47 17.93 0.48 0.36
Hex 87 4A 30 0 2D 40 2F 12 30 24
Octal 207 112 60 0 55 100 57 22 60 44
Binary 10000111 1001010 110000 0 101101 1000000 101111 10010 110000 100100

Color Harmonies of #874A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874A30

Black with #874A30

Text Example


Text Example

White with #874A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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