Html Css Color HEX #8C4831 Paarl

📋 copy color: '#8C4831'

red 140 ◦ green 72 ◦ blue 49

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

Shades of Paarl #8C4831

Tints of Paarl #8C4831

RGB

 RED value IS 140 (55.08% from 255) = 53.64%

 GREEN value IS 72 (28.52% from 255) = 27.59%

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

R = 53.64%
G = 27.59%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.65

 K value IS 0.45

RGB Variations

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

Color information

#8C4831 (or 0x8C4831) is known color: Paarl. HEX triplet: 8C, 48 and 31. RGB value is (140,72,49). Sum of RGB (Red+Green+Blue) = 140+72+49=261 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.64% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 49 (19.53% from 255 or 18.77% from 261); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4831 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4831 is #73B7CE. Grayscale: #595959. Windows color (decimal): -7583695 or 3229836. OLE color: 3229836.

HSL color Cylindrical-coordinate representation of color #8C4831: hue angle of 15.16º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C4831 is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 72 49 -
CMYK 0 0.49 0.65 0.45
HSL 15.16º 0.48% 0.37% -
HSV(B) 15.16º 0.65% 0.55% -
XYZ 13.69 10.43 4.2 -
YUV 89.71 105.03 163.87 -
System Red Green Blue C M Y K H S L
Decimal 140 72 49 0 0.49 0.65 0.45 15.16 0.48 0.37
Hex 8C 48 31 0 31 41 2D F 30 25
Octal 214 110 61 0 61 101 55 17 60 45
Binary 10001100 1001000 110001 0 110001 1000001 101101 1111 110000 100101

Color Harmonies of #8C4831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4831

Black with #8C4831

Text Example


Text Example

White with #8C4831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C4831; }

 p { color: rgb(140,72,49); }

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

background-color css

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

 a { background-color: rgb(140,72,49); }

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

border-color css

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

 span { border-color: rgb(140,72,49); }

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