Html Css Color HEX #874431 Paarl

📋 copy color: '#874431'

red 135 ◦ green 68 ◦ blue 49

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

Shades of Paarl #874431

Tints of Paarl #874431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 19.44%

R = 53.57%
G = 26.98%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#874431 (or 0x874431) is known color: Paarl. HEX triplet: 87, 44 and 31. RGB value is (135,68,49). Sum of RGB (Red+Green+Blue) = 135+68+49=252 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.57% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 49 (19.53% from 255 or 19.44% from 252); Max value from RGB is 135 - color contains mainly: red. Hex color #874431 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874431 is #78BBCE. Grayscale: #565656. Windows color (decimal): -7912399 or 3228807. OLE color: 3228807.

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

Color convert

RGB 135 68 49 -
CMYK 0 0.50 0.64 0.47
HSL 13.26º 0.47% 0.36% -
HSV(B) 13.26º 0.64% 0.53% -
XYZ 12.61 9.51 4.08 -
YUV 85.87 107.2 163.04 -
System Red Green Blue C M Y K H S L
Decimal 135 68 49 0 0.50 0.64 0.47 13.26 0.47 0.36
Hex 87 44 31 0 32 40 2F D 2F 24
Octal 207 104 61 0 62 100 57 15 57 44
Binary 10000111 1000100 110001 0 110010 1000000 101111 1101 101111 100100

Color Harmonies of #874431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874431

Black with #874431

Text Example


Text Example

White with #874431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874431; }

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

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

background-color css

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

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

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

border-color css

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

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

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