Html Css Color HEX #8B5228 Korma

📋 copy color: '#8B5228'

red 139 ◦ green 82 ◦ blue 40

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

Shades of Korma #8B5228

Tints of Korma #8B5228

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.42%

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

R = 53.26%
G = 31.42%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.71

 K value IS 0.45

RGB Variations

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

Color information

#8B5228 (or 0x8B5228) is known color: Korma. HEX triplet: 8B, 52 and 28. RGB value is (139,82,40). Sum of RGB (Red+Green+Blue) = 139+82+40=261 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.26% from 261); Green value is 82 (32.42% from 255 or 31.42% from 261); Blue value is 40 (16.02% from 255 or 15.33% from 261); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5228 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5228 is #74ADD7. Grayscale: #5E5E5E. Windows color (decimal): -7646680 or 2642571. OLE color: 2642571.

HSL color Cylindrical-coordinate representation of color #8B5228: hue angle of 25.45º 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 #8B5228 is Cyan = 0, Magento = 0.41, Yellow = 0.71 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 82 40 -
CMYK 0 0.41 0.71 0.45
HSL 25.45º 0.55% 0.35% -
HSV(B) 25.45º 0.71% 0.55% -
XYZ 14.05 11.68 3.52 -
YUV 94.26 97.38 159.92 -
System Red Green Blue C M Y K H S L
Decimal 139 82 40 0 0.41 0.71 0.45 25.45 0.55 0.35
Hex 8B 52 28 0 29 47 2D 19 37 23
Octal 213 122 50 0 51 107 55 31 67 43
Binary 10001011 1010010 101000 0 101001 1000111 101101 11001 110111 100011

Color Harmonies of #8B5228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5228

Black with #8B5228

Text Example


Text Example

White with #8B5228

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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