Html Css Color HEX #8A4C25 Korma

📋 copy color: '#8A4C25'

red 138 ◦ green 76 ◦ blue 37

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

Shades of Korma #8A4C25

Tints of Korma #8A4C25

RGB

 RED value IS 138 (54.3% from 255) = 54.98%

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

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

R = 54.98%
G = 30.28%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.73

 K value IS 0.46

RGB Variations

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

Color information

#8A4C25 (or 0x8A4C25) is known color: Korma. HEX triplet: 8A, 4C and 25. RGB value is (138,76,37). Sum of RGB (Red+Green+Blue) = 138+76+37=251 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.98% from 251); Green value is 76 (30.08% from 255 or 30.28% from 251); Blue value is 37 (14.84% from 255 or 14.74% from 251); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4C25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A4C25 is #75B3DA. Grayscale: #5A5A5A. Windows color (decimal): -7713755 or 2444426. OLE color: 2444426.

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

Color convert

RGB 138 76 37 -
CMYK 0 0.45 0.73 0.46
HSL 23.17º 0.58% 0.34% -
HSV(B) 23.17º 0.73% 0.54% -
XYZ 13.4 10.71 3.11 -
YUV 90.09 98.04 162.17 -
System Red Green Blue C M Y K H S L
Decimal 138 76 37 0 0.45 0.73 0.46 23.17 0.58 0.34
Hex 8A 4C 25 0 2D 49 2E 17 3A 22
Octal 212 114 45 0 55 111 56 27 72 42
Binary 10001010 1001100 100101 0 101101 1001001 101110 10111 111010 100010

Color Harmonies of #8A4C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A4C25

Black with #8A4C25

Text Example


Text Example

White with #8A4C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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