Html Css Color HEX #8C5023 Korma

📋 copy color: '#8C5023'

red 140 ◦ green 80 ◦ blue 35

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

Shades of Korma #8C5023

Tints of Korma #8C5023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.73%

R = 54.9%
G = 31.37%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.75

 K value IS 0.45

RGB Variations

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

Color information

#8C5023 (or 0x8C5023) is known color: Korma. HEX triplet: 8C, 50 and 23. RGB value is (140,80,35). Sum of RGB (Red+Green+Blue) = 140+80+35=255 (33% of max value = 765). Red value is 140 (55.08% from 255 or 54.90% from 255); Green value is 80 (31.64% from 255 or 31.37% from 255); Blue value is 35 (14.06% from 255 or 13.73% from 255); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5023 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5023 is #73AFDC. Grayscale: #5D5D5D. Windows color (decimal): -7581661 or 2314380. OLE color: 2314380.

HSL color Cylindrical-coordinate representation of color #8C5023: hue angle of 25.71º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8C5023 is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 80 35 -
CMYK 0 0.43 0.75 0.45
HSL 25.71º 0.6% 0.34% -
HSV(B) 25.71º 0.75% 0.55% -
XYZ 13.99 11.43 3.06 -
YUV 92.81 95.38 161.66 -
System Red Green Blue C M Y K H S L
Decimal 140 80 35 0 0.43 0.75 0.45 25.71 0.6 0.34
Hex 8C 50 23 0 2B 4B 2D 1A 3C 22
Octal 214 120 43 0 53 113 55 32 74 42
Binary 10001100 1010000 100011 0 101011 1001011 101101 11010 111100 100010

Color Harmonies of #8C5023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5023

Black with #8C5023

Text Example


Text Example

White with #8C5023

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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