Html Css Color HEX #8A5430 Chelsea Gem

📋 copy color: '#8A5430'

red 138 ◦ green 84 ◦ blue 48

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

Shades of Chelsea Gem #8A5430

Tints of Chelsea Gem #8A5430

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.11%

 BLUE value IS 48 (19.14% from 255) = 17.78%

R = 51.11%
G = 31.11%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.65

 K value IS 0.46

RGB Variations

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

Color information

#8A5430 (or 0x8A5430) is known color: Chelsea Gem. HEX triplet: 8A, 54 and 30. RGB value is (138,84,48). Sum of RGB (Red+Green+Blue) = 138+84+48=270 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.11% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 48 (19.14% from 255 or 17.78% from 270); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5430 is #75ABCF. Grayscale: #606060. Windows color (decimal): -7711696 or 3167370. OLE color: 3167370.

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

Color convert

RGB 138 84 48 -
CMYK 0 0.39 0.65 0.46
HSL 24º 0.48% 0.36% -
HSV(B) 24º 0.65% 0.54% -
XYZ 14.19 11.96 4.36 -
YUV 96.04 100.89 157.93 -
System Red Green Blue C M Y K H S L
Decimal 138 84 48 0 0.39 0.65 0.46 24 0.48 0.36
Hex 8A 54 30 0 27 41 2E 18 30 24
Octal 212 124 60 0 47 101 56 30 60 44
Binary 10001010 1010100 110000 0 100111 1000001 101110 11000 110000 100100

Color Harmonies of #8A5430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5430

Black with #8A5430

Text Example


Text Example

White with #8A5430

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,84,48); }

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

background-color css

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

 a { background-color: rgb(138,84,48); }

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

border-color css

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

 span { border-color: rgb(138,84,48); }

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