Html Css Color HEX #8A502B Korma

📋 copy color: '#8A502B'

red 138 ◦ green 80 ◦ blue 43

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

Shades of Korma #8A502B

Tints of Korma #8A502B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.48%

R = 52.87%
G = 30.65%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.69

 K value IS 0.46

RGB Variations

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

Color information

#8A502B (or 0x8A502B) is known color: Korma. HEX triplet: 8A, 50 and 2B. RGB value is (138,80,43). Sum of RGB (Red+Green+Blue) = 138+80+43=261 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.87% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 43 (17.19% from 255 or 16.48% from 261); Max value from RGB is 138 - color contains mainly: red. Hex color #8A502B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A502B is #75AFD4. Grayscale: #5D5D5D. Windows color (decimal): -7712725 or 2838666. OLE color: 2838666.

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

Color convert

RGB 138 80 43 -
CMYK 0 0.42 0.69 0.46
HSL 23.37º 0.52% 0.35% -
HSV(B) 23.37º 0.69% 0.54% -
XYZ 13.79 11.32 3.74 -
YUV 93.12 99.72 160.01 -
System Red Green Blue C M Y K H S L
Decimal 138 80 43 0 0.42 0.69 0.46 23.37 0.52 0.35
Hex 8A 50 2B 0 2A 45 2E 17 34 23
Octal 212 120 53 0 52 105 56 27 64 43
Binary 10001010 1010000 101011 0 101010 1000101 101110 10111 110100 100011

Color Harmonies of #8A502B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A502B

Black with #8A502B

Text Example


Text Example

White with #8A502B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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