Html Css Color HEX #875238 Paarl

📋 copy color: '#875238'

red 135 ◦ green 82 ◦ blue 56

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

Shades of Paarl #875238

Tints of Paarl #875238

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.04%

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

R = 49.45%
G = 30.04%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#875238 (or 0x875238) is known color: Paarl. HEX triplet: 87, 52 and 38. RGB value is (135,82,56). Sum of RGB (Red+Green+Blue) = 135+82+56=273 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.45% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 56 (22.27% from 255 or 20.51% from 273); Max value from RGB is 135 - color contains mainly: red. Hex color #875238 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875238 is #78ADC7. Grayscale: #5F5F5F. Windows color (decimal): -7908808 or 3691143. OLE color: 3691143.

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

Color convert

RGB 135 82 56 -
CMYK 0 0.39 0.59 0.47
HSL 19.75º 0.41% 0.37% -
HSV(B) 19.75º 0.59% 0.53% -
XYZ 13.72 11.47 5.23 -
YUV 94.88 106.06 156.61 -
System Red Green Blue C M Y K H S L
Decimal 135 82 56 0 0.39 0.59 0.47 19.75 0.41 0.37
Hex 87 52 38 0 27 3B 2F 14 29 25
Octal 207 122 70 0 47 73 57 24 51 45
Binary 10000111 1010010 111000 0 100111 111011 101111 10100 101001 100101

Color Harmonies of #875238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875238

Black with #875238

Text Example


Text Example

White with #875238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875238; }

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

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

background-color css

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

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

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

border-color css

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

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

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