Html Css Color HEX #874A38 Paarl

📋 copy color: '#874A38'

red 135 ◦ green 74 ◦ blue 56

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

Shades of Paarl #874A38

Tints of Paarl #874A38

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.92%

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

R = 50.94%
G = 27.92%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#874A38 (or 0x874A38) is known color: Paarl. HEX triplet: 87, 4A and 38. RGB value is (135,74,56). Sum of RGB (Red+Green+Blue) = 135+74+56=265 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.94% from 265); Green value is 74 (29.30% from 255 or 27.92% from 265); Blue value is 56 (22.27% from 255 or 21.13% from 265); Max value from RGB is 135 - color contains mainly: red. Hex color #874A38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874A38 is #78B5C7. Grayscale: #5A5A5A. Windows color (decimal): -7910856 or 3689095. OLE color: 3689095.

HSL color Cylindrical-coordinate representation of color #874A38: hue angle of 13.67º 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 #874A38 is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 74 56 -
CMYK 0 0.45 0.59 0.47
HSL 13.67º 0.41% 0.37% -
HSV(B) 13.67º 0.59% 0.53% -
XYZ 13.15 10.33 5.04 -
YUV 90.19 108.71 159.96 -
System Red Green Blue C M Y K H S L
Decimal 135 74 56 0 0.45 0.59 0.47 13.67 0.41 0.37
Hex 87 4A 38 0 2D 3B 2F E 29 25
Octal 207 112 70 0 55 73 57 16 51 45
Binary 10000111 1001010 111000 0 101101 111011 101111 1110 101001 100101

Color Harmonies of #874A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874A38

Black with #874A38

Text Example


Text Example

White with #874A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874A38; }

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

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

background-color css

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

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

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

border-color css

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

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

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