Html Css Color HEX #8B5128 Korma

📋 copy color: '#8B5128'

red 139 ◦ green 81 ◦ blue 40

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

Shades of Korma #8B5128

Tints of Korma #8B5128

RGB

 RED value IS 139 (54.69% from 255) = 53.46%

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

 BLUE value IS 40 (16.02% from 255) = 15.38%

R = 53.46%
G = 31.15%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.71

 K value IS 0.45

RGB Variations

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

Color information

#8B5128 (or 0x8B5128) is known color: Korma. HEX triplet: 8B, 51 and 28. RGB value is (139,81,40). Sum of RGB (Red+Green+Blue) = 139+81+40=260 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.46% from 260); Green value is 81 (32.03% from 255 or 31.15% from 260); Blue value is 40 (16.02% from 255 or 15.38% from 260); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5128 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5128 is #74AED7. Grayscale: #5D5D5D. Windows color (decimal): -7646936 or 2642315. OLE color: 2642315.

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

Color convert

RGB 139 81 40 -
CMYK 0 0.42 0.71 0.45
HSL 24.85º 0.55% 0.35% -
HSV(B) 24.85º 0.71% 0.55% -
XYZ 13.97 11.53 3.5 -
YUV 93.67 97.72 160.33 -
System Red Green Blue C M Y K H S L
Decimal 139 81 40 0 0.42 0.71 0.45 24.85 0.55 0.35
Hex 8B 51 28 0 2A 47 2D 19 37 23
Octal 213 121 50 0 52 107 55 31 67 43
Binary 10001011 1010001 101000 0 101010 1000111 101101 11001 110111 100011

Color Harmonies of #8B5128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5128

Black with #8B5128

Text Example


Text Example

White with #8B5128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,81,40); }

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

background-color css

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

 a { background-color: rgb(139,81,40); }

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

border-color css

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

 span { border-color: rgb(139,81,40); }

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