Html Css Color HEX #8A4E33 Paarl

📋 copy color: '#8A4E33'

red 138 ◦ green 78 ◦ blue 51

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

Shades of Paarl #8A4E33

Tints of Paarl #8A4E33

RGB

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

 GREEN value IS 78 (30.86% from 255) = 29.21%

 BLUE value IS 51 (20.31% from 255) = 19.1%

R = 51.69%
G = 29.21%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.46

RGB Variations

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

Color information

#8A4E33 (or 0x8A4E33) is known color: Paarl. HEX triplet: 8A, 4E and 33. RGB value is (138,78,51). Sum of RGB (Red+Green+Blue) = 138+78+51=267 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.69% from 267); Green value is 78 (30.86% from 255 or 29.21% from 267); Blue value is 51 (20.31% from 255 or 19.10% from 267); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4E33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A4E33 is #75B1CC. Grayscale: #5D5D5D. Windows color (decimal): -7713229 or 3362442. OLE color: 3362442.

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

Color convert

RGB 138 78 51 -
CMYK 0 0.43 0.63 0.46
HSL 18.62º 0.46% 0.37% -
HSV(B) 18.62º 0.63% 0.54% -
XYZ 13.8 11.09 4.55 -
YUV 92.86 104.38 160.2 -
System Red Green Blue C M Y K H S L
Decimal 138 78 51 0 0.43 0.63 0.46 18.62 0.46 0.37
Hex 8A 4E 33 0 2B 3F 2E 13 2E 25
Octal 212 116 63 0 53 77 56 23 56 45
Binary 10001010 1001110 110011 0 101011 111111 101110 10011 101110 100101

Color Harmonies of #8A4E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A4E33

Black with #8A4E33

Text Example


Text Example

White with #8A4E33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,78,51); }

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

background-color css

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

 a { background-color: rgb(138,78,51); }

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

border-color css

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

 span { border-color: rgb(138,78,51); }

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