Html Css Color HEX #8A4A25 Korma

📋 copy color: '#8A4A25'

red 138 ◦ green 74 ◦ blue 37

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

Shades of Korma #8A4A25

Tints of Korma #8A4A25

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.72%

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

R = 55.42%
G = 29.72%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.73

 K value IS 0.46

RGB Variations

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

Color information

#8A4A25 (or 0x8A4A25) is known color: Korma. HEX triplet: 8A, 4A and 25. RGB value is (138,74,37). Sum of RGB (Red+Green+Blue) = 138+74+37=249 (32% of max value = 765). Red value is 138 (54.30% from 255 or 55.42% from 249); Green value is 74 (29.30% from 255 or 29.72% from 249); Blue value is 37 (14.84% from 255 or 14.86% from 249); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4A25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A4A25 is #75B5DA. Grayscale: #595959. Windows color (decimal): -7714267 or 2443914. OLE color: 2443914.

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

Color convert

RGB 138 74 37 -
CMYK 0 0.46 0.73 0.46
HSL 21.98º 0.58% 0.34% -
HSV(B) 21.98º 0.73% 0.54% -
XYZ 13.26 10.43 3.07 -
YUV 88.92 98.7 163.01 -
System Red Green Blue C M Y K H S L
Decimal 138 74 37 0 0.46 0.73 0.46 21.98 0.58 0.34
Hex 8A 4A 25 0 2E 49 2E 16 3A 22
Octal 212 112 45 0 56 111 56 26 72 42
Binary 10001010 1001010 100101 0 101110 1001001 101110 10110 111010 100010

Color Harmonies of #8A4A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A4A25

Black with #8A4A25

Text Example


Text Example

White with #8A4A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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