Html Css Color HEX #8A502E Korma

📋 copy color: '#8A502E'

red 138 ◦ green 80 ◦ blue 46

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

Shades of Korma #8A502E

Tints of Korma #8A502E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.42%

R = 52.27%
G = 30.3%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.67

 K value IS 0.46

RGB Variations

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

Color information

#8A502E (or 0x8A502E) is known color: Korma. HEX triplet: 8A, 50 and 2E. RGB value is (138,80,46). Sum of RGB (Red+Green+Blue) = 138+80+46=264 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.27% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 46 (18.36% from 255 or 17.42% from 264); Max value from RGB is 138 - color contains mainly: red. Hex color #8A502E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A502E is #75AFD1. Grayscale: #5D5D5D. Windows color (decimal): -7712722 or 3035274. OLE color: 3035274.

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

Color convert

RGB 138 80 46 -
CMYK 0 0.42 0.67 0.46
HSL 22.17º 0.5% 0.36% -
HSV(B) 22.17º 0.67% 0.54% -
XYZ 13.84 11.34 4.04 -
YUV 93.47 101.22 159.76 -
System Red Green Blue C M Y K H S L
Decimal 138 80 46 0 0.42 0.67 0.46 22.17 0.5 0.36
Hex 8A 50 2E 0 2A 43 2E 16 32 24
Octal 212 120 56 0 52 103 56 26 62 44
Binary 10001010 1010000 101110 0 101010 1000011 101110 10110 110010 100100

Color Harmonies of #8A502E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A502E

Black with #8A502E

Text Example


Text Example

White with #8A502E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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