Html Css Color HEX #8A5028 Korma

📋 copy color: '#8A5028'

red 138 ◦ green 80 ◦ blue 40

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

Shades of Korma #8A5028

Tints of Korma #8A5028

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.01%

 BLUE value IS 40 (16.02% from 255) = 15.5%

R = 53.49%
G = 31.01%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.71

 K value IS 0.46

RGB Variations

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

Color information

#8A5028 (or 0x8A5028) is known color: Korma. HEX triplet: 8A, 50 and 28. RGB value is (138,80,40). Sum of RGB (Red+Green+Blue) = 138+80+40=258 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.49% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 40 (16.02% from 255 or 15.50% from 258); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5028 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5028 is #75AFD7. Grayscale: #5D5D5D. Windows color (decimal): -7712728 or 2642058. OLE color: 2642058.

HSL color Cylindrical-coordinate representation of color #8A5028: hue angle of 24.49º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8A5028 is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 80 40 -
CMYK 0 0.42 0.71 0.46
HSL 24.49º 0.55% 0.35% -
HSV(B) 24.49º 0.71% 0.54% -
XYZ 13.73 11.29 3.46 -
YUV 92.78 98.22 160.25 -
System Red Green Blue C M Y K H S L
Decimal 138 80 40 0 0.42 0.71 0.46 24.49 0.55 0.35
Hex 8A 50 28 0 2A 47 2E 18 37 23
Octal 212 120 50 0 52 107 56 30 67 43
Binary 10001010 1010000 101000 0 101010 1000111 101110 11000 110111 100011

Color Harmonies of #8A5028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5028

Black with #8A5028

Text Example


Text Example

White with #8A5028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,80,40); }

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

background-color css

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

 a { background-color: rgb(138,80,40); }

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

border-color css

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

 span { border-color: rgb(138,80,40); }

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