Html Css Color HEX #87442E Paarl

📋 copy color: '#87442E'

red 135 ◦ green 68 ◦ blue 46

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

Shades of Paarl #87442E

Tints of Paarl #87442E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.31%

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

R = 54.22%
G = 27.31%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#87442E (or 0x87442E) is known color: Paarl. HEX triplet: 87, 44 and 2E. RGB value is (135,68,46). Sum of RGB (Red+Green+Blue) = 135+68+46=249 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.22% from 249); Green value is 68 (26.95% from 255 or 27.31% from 249); Blue value is 46 (18.36% from 255 or 18.47% from 249); Max value from RGB is 135 - color contains mainly: red. Hex color #87442E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87442E is #78BBD1. Grayscale: #555555. Windows color (decimal): -7912402 or 3032199. OLE color: 3032199.

HSL color Cylindrical-coordinate representation of color #87442E: hue angle of 14.83º 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 #87442E is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 68 46 -
CMYK 0 0.50 0.66 0.47
HSL 14.83º 0.49% 0.35% -
HSV(B) 14.83º 0.66% 0.53% -
XYZ 12.55 9.48 3.75 -
YUV 85.53 105.7 163.29 -
System Red Green Blue C M Y K H S L
Decimal 135 68 46 0 0.50 0.66 0.47 14.83 0.49 0.35
Hex 87 44 2E 0 32 42 2F F 31 23
Octal 207 104 56 0 62 102 57 17 61 43
Binary 10000111 1000100 101110 0 110010 1000010 101111 1111 110001 100011

Color Harmonies of #87442E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87442E

Black with #87442E

Text Example


Text Example

White with #87442E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87442E; }

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

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

background-color css

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

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

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

border-color css

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

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

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