Html Css Color HEX #874838 Paarl

📋 copy color: '#874838'

red 135 ◦ green 72 ◦ blue 56

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

Shades of Paarl #874838

Tints of Paarl #874838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 21.29%

R = 51.33%
G = 27.38%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#874838 (or 0x874838) is known color: Paarl. HEX triplet: 87, 48 and 38. RGB value is (135,72,56). Sum of RGB (Red+Green+Blue) = 135+72+56=263 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.33% from 263); Green value is 72 (28.52% from 255 or 27.38% from 263); Blue value is 56 (22.27% from 255 or 21.29% from 263); Max value from RGB is 135 - color contains mainly: red. Hex color #874838 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874838 is #78B7C7. Grayscale: #595959. Windows color (decimal): -7911368 or 3688583. OLE color: 3688583.

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

Color convert

RGB 135 72 56 -
CMYK 0 0.47 0.59 0.47
HSL 12.15º 0.41% 0.37% -
HSV(B) 12.15º 0.59% 0.53% -
XYZ 13.02 10.07 5 -
YUV 89.01 109.37 160.8 -
System Red Green Blue C M Y K H S L
Decimal 135 72 56 0 0.47 0.59 0.47 12.15 0.41 0.37
Hex 87 48 38 0 2F 3B 2F C 29 25
Octal 207 110 70 0 57 73 57 14 51 45
Binary 10000111 1001000 111000 0 101111 111011 101111 1100 101001 100101

Color Harmonies of #874838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874838

Black with #874838

Text Example


Text Example

White with #874838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874838; }

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

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

background-color css

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

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

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

border-color css

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

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

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