Html Css Color HEX #8A4637 Paarl

📋 copy color: '#8A4637'

red 138 ◦ green 70 ◦ blue 55

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

Shades of Paarl #8A4637

Tints of Paarl #8A4637

RGB

 RED value IS 138 (54.3% from 255) = 52.47%

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

 BLUE value IS 55 (21.88% from 255) = 20.91%

R = 52.47%
G = 26.62%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.60

 K value IS 0.46

RGB Variations

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

Color information

#8A4637 (or 0x8A4637) is known color: Paarl. HEX triplet: 8A, 46 and 37. RGB value is (138,70,55). Sum of RGB (Red+Green+Blue) = 138+70+55=263 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.47% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 55 (21.88% from 255 or 20.91% from 263); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4637 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A4637 is #75B9C8. Grayscale: #585858. Windows color (decimal): -7715273 or 3622538. OLE color: 3622538.

HSL color Cylindrical-coordinate representation of color #8A4637: hue angle of 10.84º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8A4637 is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 70 55 -
CMYK 0 0.49 0.60 0.46
HSL 10.84º 0.43% 0.38% -
HSV(B) 10.84º 0.6% 0.54% -
XYZ 13.36 10.06 4.85 -
YUV 88.62 109.03 163.22 -
System Red Green Blue C M Y K H S L
Decimal 138 70 55 0 0.49 0.60 0.46 10.84 0.43 0.38
Hex 8A 46 37 0 31 3C 2E B 2B 26
Octal 212 106 67 0 61 74 56 13 53 46
Binary 10001010 1000110 110111 0 110001 111100 101110 1011 101011 100110

Color Harmonies of #8A4637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A4637

Black with #8A4637

Text Example


Text Example

White with #8A4637

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,70,55); }

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

background-color css

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

 a { background-color: rgb(138,70,55); }

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

border-color css

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

 span { border-color: rgb(138,70,55); }

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