Html Css Color HEX #874435 Paarl

📋 copy color: '#874435'

red 135 ◦ green 68 ◦ blue 53

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

Shades of Paarl #874435

Tints of Paarl #874435

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 20.7%

R = 52.73%
G = 26.56%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#874435 (or 0x874435) is known color: Paarl. HEX triplet: 87, 44 and 35. RGB value is (135,68,53). Sum of RGB (Red+Green+Blue) = 135+68+53=256 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.73% from 256); Green value is 68 (26.95% from 255 or 26.56% from 256); Blue value is 53 (21.09% from 255 or 20.70% from 256); Max value from RGB is 135 - color contains mainly: red. Hex color #874435 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874435 is #78BBCA. Grayscale: #565656. Windows color (decimal): -7912395 or 3490951. OLE color: 3490951.

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

Color convert

RGB 135 68 53 -
CMYK 0 0.50 0.61 0.47
HSL 10.98º 0.44% 0.37% -
HSV(B) 10.98º 0.61% 0.53% -
XYZ 12.7 9.54 4.54 -
YUV 86.32 109.2 162.72 -
System Red Green Blue C M Y K H S L
Decimal 135 68 53 0 0.50 0.61 0.47 10.98 0.44 0.37
Hex 87 44 35 0 32 3D 2F B 2C 25
Octal 207 104 65 0 62 75 57 13 54 45
Binary 10000111 1000100 110101 0 110010 111101 101111 1011 101100 100101

Color Harmonies of #874435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874435

Black with #874435

Text Example


Text Example

White with #874435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874435; }

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

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

background-color css

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

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

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

border-color css

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

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

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