Html Css Color HEX #8C4638 Paarl

📋 copy color: '#8C4638'

red 140 ◦ green 70 ◦ blue 56

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

Shades of Paarl #8C4638

Tints of Paarl #8C4638

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.32%

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

R = 52.63%
G = 26.32%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.6

 K value IS 0.45

RGB Variations

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

Color information

#8C4638 (or 0x8C4638) is known color: Paarl. HEX triplet: 8C, 46 and 38. RGB value is (140,70,56). Sum of RGB (Red+Green+Blue) = 140+70+56=266 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.63% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 56 (22.27% from 255 or 21.05% from 266); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4638 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4638 is #73B9C7. Grayscale: #595959. Windows color (decimal): -7584200 or 3688076. OLE color: 3688076.

HSL color Cylindrical-coordinate representation of color #8C4638: hue angle of 10º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8C4638 is Cyan = 0, Magento = 0.50, Yellow = 0.6 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 70 56 -
CMYK 0 0.50 0.6 0.45
HSL 10º 0.43% 0.38% -
HSV(B) 10º 0.6% 0.55% -
XYZ 13.72 10.24 5 -
YUV 89.33 109.19 164.14 -
System Red Green Blue C M Y K H S L
Decimal 140 70 56 0 0.50 0.6 0.45 10 0.43 0.38
Hex 8C 46 38 0 32 3C 2D A 2B 26
Octal 214 106 70 0 62 74 55 12 53 46
Binary 10001100 1000110 111000 0 110010 111100 101101 1010 101011 100110

Color Harmonies of #8C4638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4638

Black with #8C4638

Text Example


Text Example

White with #8C4638

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,70,56); }

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

background-color css

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

 a { background-color: rgb(140,70,56); }

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

border-color css

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

 span { border-color: rgb(140,70,56); }

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