Html Css Color HEX #874A2E Paarl

📋 copy color: '#874A2E'

red 135 ◦ green 74 ◦ blue 46

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

Shades of Paarl #874A2E

Tints of Paarl #874A2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.04%

R = 52.94%
G = 29.02%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#874A2E (or 0x874A2E) is known color: Paarl. HEX triplet: 87, 4A and 2E. RGB value is (135,74,46). Sum of RGB (Red+Green+Blue) = 135+74+46=255 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.94% from 255); Green value is 74 (29.30% from 255 or 29.02% from 255); Blue value is 46 (18.36% from 255 or 18.04% from 255); Max value from RGB is 135 - color contains mainly: red. Hex color #874A2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874A2E is #78B5D1. Grayscale: #595959. Windows color (decimal): -7910866 or 3033735. OLE color: 3033735.

HSL color Cylindrical-coordinate representation of color #874A2E: hue angle of 18.88º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #874A2E is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 74 46 -
CMYK 0 0.45 0.66 0.47
HSL 18.88º 0.49% 0.35% -
HSV(B) 18.88º 0.66% 0.53% -
XYZ 12.93 10.25 3.88 -
YUV 89.05 103.71 160.78 -
System Red Green Blue C M Y K H S L
Decimal 135 74 46 0 0.45 0.66 0.47 18.88 0.49 0.35
Hex 87 4A 2E 0 2D 42 2F 13 31 23
Octal 207 112 56 0 55 102 57 23 61 43
Binary 10000111 1001010 101110 0 101101 1000010 101111 10011 110001 100011

Color Harmonies of #874A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874A2E

Black with #874A2E

Text Example


Text Example

White with #874A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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