Html Css Color HEX #8A4834 Paarl

📋 copy color: '#8A4834'

red 138 ◦ green 72 ◦ blue 52

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

Shades of Paarl #8A4834

Tints of Paarl #8A4834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.85%

R = 52.67%
G = 27.48%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.62

 K value IS 0.46

RGB Variations

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

Color information

#8A4834 (or 0x8A4834) is known color: Paarl. HEX triplet: 8A, 48 and 34. RGB value is (138,72,52). Sum of RGB (Red+Green+Blue) = 138+72+52=262 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.67% from 262); Green value is 72 (28.52% from 255 or 27.48% from 262); Blue value is 52 (20.70% from 255 or 19.85% from 262); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4834 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A4834 is #75B7CB. Grayscale: #595959. Windows color (decimal): -7714764 or 3426442. OLE color: 3426442.

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

Color convert

RGB 138 72 52 -
CMYK 0 0.48 0.62 0.46
HSL 13.95º 0.45% 0.37% -
HSV(B) 13.95º 0.62% 0.54% -
XYZ 13.42 10.29 4.53 -
YUV 89.45 106.87 162.63 -
System Red Green Blue C M Y K H S L
Decimal 138 72 52 0 0.48 0.62 0.46 13.95 0.45 0.37
Hex 8A 48 34 0 30 3E 2E E 2D 25
Octal 212 110 64 0 60 76 56 16 55 45
Binary 10001010 1001000 110100 0 110000 111110 101110 1110 101101 100101

Color Harmonies of #8A4834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A4834

Black with #8A4834

Text Example


Text Example

White with #8A4834

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,72,52); }

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

background-color css

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

 a { background-color: rgb(138,72,52); }

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

border-color css

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

 span { border-color: rgb(138,72,52); }

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