Html Css Color HEX #874F3A Paarl

📋 copy color: '#874F3A'

red 135 ◦ green 79 ◦ blue 58

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

Shades of Paarl #874F3A

Tints of Paarl #874F3A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.04%

 BLUE value IS 58 (23.05% from 255) = 21.32%

R = 49.63%
G = 29.04%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#874F3A (or 0x874F3A) is known color: Paarl. HEX triplet: 87, 4F and 3A. RGB value is (135,79,58). Sum of RGB (Red+Green+Blue) = 135+79+58=272 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.63% from 272); Green value is 79 (31.25% from 255 or 29.04% from 272); Blue value is 58 (23.05% from 255 or 21.32% from 272); Max value from RGB is 135 - color contains mainly: red. Hex color #874F3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #874F3A is #78B0C5. Grayscale: #5D5D5D. Windows color (decimal): -7909574 or 3821447. OLE color: 3821447.

HSL color Cylindrical-coordinate representation of color #874F3A: hue angle of 16.36º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #874F3A is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 79 58 -
CMYK 0 0.41 0.57 0.47
HSL 16.36º 0.4% 0.38% -
HSV(B) 16.36º 0.57% 0.53% -
XYZ 13.55 11.05 5.42 -
YUV 93.35 108.05 157.71 -
System Red Green Blue C M Y K H S L
Decimal 135 79 58 0 0.41 0.57 0.47 16.36 0.4 0.38
Hex 87 4F 3A 0 29 39 2F 10 28 26
Octal 207 117 72 0 51 71 57 20 50 46
Binary 10000111 1001111 111010 0 101001 111001 101111 10000 101000 100110

Color Harmonies of #874F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874F3A

Black with #874F3A

Text Example


Text Example

White with #874F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,79,58); }

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

background-color css

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

 a { background-color: rgb(135,79,58); }

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

border-color css

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

 span { border-color: rgb(135,79,58); }

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