Html Css Color HEX #874833 Paarl

📋 copy color: '#874833'

red 135 ◦ green 72 ◦ blue 51

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

Shades of Paarl #874833

Tints of Paarl #874833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 19.77%

R = 52.33%
G = 27.91%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#874833 (or 0x874833) is known color: Paarl. HEX triplet: 87, 48 and 33. RGB value is (135,72,51). Sum of RGB (Red+Green+Blue) = 135+72+51=258 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.33% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 51 (20.31% from 255 or 19.77% from 258); Max value from RGB is 135 - color contains mainly: red. Hex color #874833 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874833 is #78B7CC. Grayscale: #585858. Windows color (decimal): -7911373 or 3360903. OLE color: 3360903.

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

Color convert

RGB 135 72 51 -
CMYK 0 0.47 0.62 0.47
HSL 15º 0.45% 0.36% -
HSV(B) 15º 0.62% 0.53% -
XYZ 12.91 10.02 4.39 -
YUV 88.44 106.87 161.21 -
System Red Green Blue C M Y K H S L
Decimal 135 72 51 0 0.47 0.62 0.47 15 0.45 0.36
Hex 87 48 33 0 2F 3E 2F F 2D 24
Octal 207 110 63 0 57 76 57 17 55 44
Binary 10000111 1001000 110011 0 101111 111110 101111 1111 101101 100100

Color Harmonies of #874833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874833

Black with #874833

Text Example


Text Example

White with #874833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874833; }

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

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

background-color css

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

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

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

border-color css

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

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

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