Html Css Color HEX #8A542C Korma

📋 copy color: '#8A542C'

red 138 ◦ green 84 ◦ blue 44

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

Shades of Korma #8A542C

Tints of Korma #8A542C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.54%

R = 51.88%
G = 31.58%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.68

 K value IS 0.46

RGB Variations

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

Color information

#8A542C (or 0x8A542C) is known color: Korma. HEX triplet: 8A, 54 and 2C. RGB value is (138,84,44). Sum of RGB (Red+Green+Blue) = 138+84+44=266 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.88% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 44 (17.58% from 255 or 16.54% from 266); Max value from RGB is 138 - color contains mainly: red. Hex color #8A542C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A542C is #75ABD3. Grayscale: #5F5F5F. Windows color (decimal): -7711700 or 2905226. OLE color: 2905226.

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

Color convert

RGB 138 84 44 -
CMYK 0 0.39 0.68 0.46
HSL 25.53º 0.52% 0.36% -
HSV(B) 25.53º 0.68% 0.54% -
XYZ 14.11 11.93 3.94 -
YUV 95.59 98.89 158.25 -
System Red Green Blue C M Y K H S L
Decimal 138 84 44 0 0.39 0.68 0.46 25.53 0.52 0.36
Hex 8A 54 2C 0 27 44 2E 1A 34 24
Octal 212 124 54 0 47 104 56 32 64 44
Binary 10001010 1010100 101100 0 100111 1000100 101110 11010 110100 100100

Color Harmonies of #8A542C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A542C

Black with #8A542C

Text Example


Text Example

White with #8A542C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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