Html Css Color HEX #8B4C25 Korma

📋 copy color: '#8B4C25'

red 139 ◦ green 76 ◦ blue 37

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

Shades of Korma #8B4C25

Tints of Korma #8B4C25

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.16%

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

R = 55.16%
G = 30.16%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.73

 K value IS 0.45

RGB Variations

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

Color information

#8B4C25 (or 0x8B4C25) is known color: Korma. HEX triplet: 8B, 4C and 25. RGB value is (139,76,37). Sum of RGB (Red+Green+Blue) = 139+76+37=252 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.16% from 252); Green value is 76 (30.08% from 255 or 30.16% from 252); Blue value is 37 (14.84% from 255 or 14.68% from 252); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4C25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4C25 is #74B3DA. Grayscale: #5A5A5A. Windows color (decimal): -7648219 or 2444427. OLE color: 2444427.

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

Color convert

RGB 139 76 37 -
CMYK 0 0.45 0.73 0.45
HSL 22.94º 0.58% 0.35% -
HSV(B) 22.94º 0.73% 0.55% -
XYZ 13.57 10.79 3.12 -
YUV 90.39 97.87 162.67 -
System Red Green Blue C M Y K H S L
Decimal 139 76 37 0 0.45 0.73 0.45 22.94 0.58 0.35
Hex 8B 4C 25 0 2D 49 2D 17 3A 23
Octal 213 114 45 0 55 111 55 27 72 43
Binary 10001011 1001100 100101 0 101101 1001001 101101 10111 111010 100011

Color Harmonies of #8B4C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4C25

Black with #8B4C25

Text Example


Text Example

White with #8B4C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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