Html Css Color HEX #8A5121 Korma

📋 copy color: '#8A5121'

red 138 ◦ green 81 ◦ blue 33

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

Shades of Korma #8A5121

Tints of Korma #8A5121

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.14%

 BLUE value IS 33 (13.28% from 255) = 13.1%

R = 54.76%
G = 32.14%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.76

 K value IS 0.46

RGB Variations

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

Color information

#8A5121 (or 0x8A5121) is known color: Korma. HEX triplet: 8A, 51 and 21. RGB value is (138,81,33). Sum of RGB (Red+Green+Blue) = 138+81+33=252 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.76% from 252); Green value is 81 (32.03% from 255 or 32.14% from 252); Blue value is 33 (13.28% from 255 or 13.10% from 252); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5121 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5121 is #75AEDE. Grayscale: #5C5C5C. Windows color (decimal): -7712479 or 2183562. OLE color: 2183562.

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

Color convert

RGB 138 81 33 -
CMYK 0 0.41 0.76 0.46
HSL 27.43º 0.61% 0.34% -
HSV(B) 27.43º 0.76% 0.54% -
XYZ 13.7 11.4 2.92 -
YUV 92.57 94.38 160.4 -
System Red Green Blue C M Y K H S L
Decimal 138 81 33 0 0.41 0.76 0.46 27.43 0.61 0.34
Hex 8A 51 21 0 29 4C 2E 1B 3D 22
Octal 212 121 41 0 51 114 56 33 75 42
Binary 10001010 1010001 100001 0 101001 1001100 101110 11011 111101 100010

Color Harmonies of #8A5121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5121

Black with #8A5121

Text Example


Text Example

White with #8A5121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,81,33); }

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

background-color css

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

 a { background-color: rgb(138,81,33); }

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

border-color css

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

 span { border-color: rgb(138,81,33); }

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