Html Css Color HEX #8A483A Paarl

📋 copy color: '#8A483A'

red 138 ◦ green 72 ◦ blue 58

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

Shades of Paarl #8A483A

Tints of Paarl #8A483A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.64%

R = 51.49%
G = 26.87%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.58

 K value IS 0.46

RGB Variations

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

Color information

#8A483A (or 0x8A483A) is known color: Paarl. HEX triplet: 8A, 48 and 3A. RGB value is (138,72,58). Sum of RGB (Red+Green+Blue) = 138+72+58=268 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.49% from 268); Green value is 72 (28.52% from 255 or 26.87% from 268); Blue value is 58 (23.05% from 255 or 21.64% from 268); Max value from RGB is 138 - color contains mainly: red. Hex color #8A483A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A483A is #75B7C5. Grayscale: #5A5A5A. Windows color (decimal): -7714758 or 3819658. OLE color: 3819658.

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

Color convert

RGB 138 72 58 -
CMYK 0 0.48 0.58 0.46
HSL 10.5º 0.41% 0.38% -
HSV(B) 10.5º 0.58% 0.54% -
XYZ 13.56 10.34 5.28 -
YUV 90.14 109.87 162.14 -
System Red Green Blue C M Y K H S L
Decimal 138 72 58 0 0.48 0.58 0.46 10.5 0.41 0.38
Hex 8A 48 3A 0 30 3A 2E A 29 26
Octal 212 110 72 0 60 72 56 12 51 46
Binary 10001010 1001000 111010 0 110000 111010 101110 1010 101001 100110

Color Harmonies of #8A483A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A483A

Black with #8A483A

Text Example


Text Example

White with #8A483A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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