Html Css Color HEX #8A522C Korma

📋 copy color: '#8A522C'

red 138 ◦ green 82 ◦ blue 44

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

Shades of Korma #8A522C

Tints of Korma #8A522C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.06%

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

R = 52.27%
G = 31.06%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.68

 K value IS 0.46

RGB Variations

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

Color information

#8A522C (or 0x8A522C) is known color: Korma. HEX triplet: 8A, 52 and 2C. RGB value is (138,82,44). Sum of RGB (Red+Green+Blue) = 138+82+44=264 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.27% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 44 (17.58% from 255 or 16.67% from 264); Max value from RGB is 138 - color contains mainly: red. Hex color #8A522C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A522C is #75ADD3. Grayscale: #5E5E5E. Windows color (decimal): -7712212 or 2904714. OLE color: 2904714.

HSL color Cylindrical-coordinate representation of color #8A522C: hue angle of 24.26º 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 #8A522C is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 82 44 -
CMYK 0 0.41 0.68 0.46
HSL 24.26º 0.52% 0.36% -
HSV(B) 24.26º 0.68% 0.54% -
XYZ 13.95 11.62 3.89 -
YUV 94.41 99.55 159.09 -
System Red Green Blue C M Y K H S L
Decimal 138 82 44 0 0.41 0.68 0.46 24.26 0.52 0.36
Hex 8A 52 2C 0 29 44 2E 18 34 24
Octal 212 122 54 0 51 104 56 30 64 44
Binary 10001010 1010010 101100 0 101001 1000100 101110 11000 110100 100100

Color Harmonies of #8A522C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A522C

Black with #8A522C

Text Example


Text Example

White with #8A522C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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