Html Css Color HEX #8B5025 Korma

📋 copy color: '#8B5025'

red 139 ◦ green 80 ◦ blue 37

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

Shades of Korma #8B5025

Tints of Korma #8B5025

RGB

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

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

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

R = 54.3%
G = 31.25%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.73

 K value IS 0.45

RGB Variations

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

Color information

#8B5025 (or 0x8B5025) is known color: Korma. HEX triplet: 8B, 50 and 25. RGB value is (139,80,37). Sum of RGB (Red+Green+Blue) = 139+80+37=256 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.30% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 37 (14.84% from 255 or 14.45% from 256); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5025 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5025 is #74AFDA. Grayscale: #5C5C5C. Windows color (decimal): -7647195 or 2445451. OLE color: 2445451.

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

Color convert

RGB 139 80 37 -
CMYK 0 0.42 0.73 0.45
HSL 25.29º 0.58% 0.35% -
HSV(B) 25.29º 0.73% 0.55% -
XYZ 13.85 11.36 3.21 -
YUV 92.74 96.55 161 -
System Red Green Blue C M Y K H S L
Decimal 139 80 37 0 0.42 0.73 0.45 25.29 0.58 0.35
Hex 8B 50 25 0 2A 49 2D 19 3A 23
Octal 213 120 45 0 52 111 55 31 72 43
Binary 10001011 1010000 100101 0 101010 1001001 101101 11001 111010 100011

Color Harmonies of #8B5025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5025

Black with #8B5025

Text Example


Text Example

White with #8B5025

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,80,37); }

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

background-color css

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

 a { background-color: rgb(139,80,37); }

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

border-color css

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

 span { border-color: rgb(139,80,37); }

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