Html Css Color HEX #8C5125 Korma

📋 copy color: '#8C5125'

red 140 ◦ green 81 ◦ blue 37

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

Shades of Korma #8C5125

Tints of Korma #8C5125

RGB

 RED value IS 140 (55.08% from 255) = 54.26%

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

 BLUE value IS 37 (14.84% from 255) = 14.34%

R = 54.26%
G = 31.4%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.74

 K value IS 0.45

RGB Variations

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

Color information

#8C5125 (or 0x8C5125) is known color: Korma. HEX triplet: 8C, 51 and 25. RGB value is (140,81,37). Sum of RGB (Red+Green+Blue) = 140+81+37=258 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.26% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 37 (14.84% from 255 or 14.34% from 258); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5125 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5125 is #73AEDA. Grayscale: #5D5D5D. Windows color (decimal): -7581403 or 2445708. OLE color: 2445708.

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

Color convert

RGB 140 81 37 -
CMYK 0 0.42 0.74 0.45
HSL 25.63º 0.58% 0.35% -
HSV(B) 25.63º 0.74% 0.55% -
XYZ 14.09 11.59 3.25 -
YUV 93.63 96.05 161.08 -
System Red Green Blue C M Y K H S L
Decimal 140 81 37 0 0.42 0.74 0.45 25.63 0.58 0.35
Hex 8C 51 25 0 2A 4A 2D 1A 3A 23
Octal 214 121 45 0 52 112 55 32 72 43
Binary 10001100 1010001 100101 0 101010 1001010 101101 11010 111010 100011

Color Harmonies of #8C5125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5125

Black with #8C5125

Text Example


Text Example

White with #8C5125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,81,37); }

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

background-color css

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

 a { background-color: rgb(140,81,37); }

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

border-color css

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

 span { border-color: rgb(140,81,37); }

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