Html Css Color HEX #8C5024 Korma

📋 copy color: '#8C5024'

red 140 ◦ green 80 ◦ blue 36

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

Shades of Korma #8C5024

Tints of Korma #8C5024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.06%

R = 54.69%
G = 31.25%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.74

 K value IS 0.45

RGB Variations

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

Color information

#8C5024 (or 0x8C5024) is known color: Korma. HEX triplet: 8C, 50 and 24. RGB value is (140,80,36). Sum of RGB (Red+Green+Blue) = 140+80+36=256 (33% of max value = 765). Red value is 140 (55.08% from 255 or 54.69% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 36 (14.45% from 255 or 14.06% from 256); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5024 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5024 is #73AFDB. Grayscale: #5D5D5D. Windows color (decimal): -7581660 or 2379916. OLE color: 2379916.

HSL color Cylindrical-coordinate representation of color #8C5024: hue angle of 25.38º degrees, saturation: 0.59, 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 #8C5024 is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 80 36 -
CMYK 0 0.43 0.74 0.45
HSL 25.38º 0.59% 0.35% -
HSV(B) 25.38º 0.74% 0.55% -
XYZ 14 11.44 3.14 -
YUV 92.92 95.88 161.58 -
System Red Green Blue C M Y K H S L
Decimal 140 80 36 0 0.43 0.74 0.45 25.38 0.59 0.35
Hex 8C 50 24 0 2B 4A 2D 19 3B 23
Octal 214 120 44 0 53 112 55 31 73 43
Binary 10001100 1010000 100100 0 101011 1001010 101101 11001 111011 100011

Color Harmonies of #8C5024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5024

Black with #8C5024

Text Example


Text Example

White with #8C5024

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,80,36); }

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

background-color css

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

 a { background-color: rgb(140,80,36); }

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

border-color css

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

 span { border-color: rgb(140,80,36); }

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