Html Css Color HEX #8A4C26 Korma

📋 copy color: '#8A4C26'

red 138 ◦ green 76 ◦ blue 38

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

Shades of Korma #8A4C26

Tints of Korma #8A4C26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.08%

R = 54.76%
G = 30.16%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.72

 K value IS 0.46

RGB Variations

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

Color information

#8A4C26 (or 0x8A4C26) is known color: Korma. HEX triplet: 8A, 4C and 26. RGB value is (138,76,38). Sum of RGB (Red+Green+Blue) = 138+76+38=252 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.76% from 252); Green value is 76 (30.08% from 255 or 30.16% from 252); Blue value is 38 (15.23% from 255 or 15.08% from 252); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4C26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A4C26 is #75B3D9. Grayscale: #5A5A5A. Windows color (decimal): -7713754 or 2509962. OLE color: 2509962.

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

Color convert

RGB 138 76 38 -
CMYK 0 0.45 0.72 0.46
HSL 22.8º 0.57% 0.35% -
HSV(B) 22.8º 0.72% 0.54% -
XYZ 13.42 10.71 3.19 -
YUV 90.21 98.54 162.09 -
System Red Green Blue C M Y K H S L
Decimal 138 76 38 0 0.45 0.72 0.46 22.8 0.57 0.35
Hex 8A 4C 26 0 2D 48 2E 17 39 23
Octal 212 114 46 0 55 110 56 27 71 43
Binary 10001010 1001100 100110 0 101101 1001000 101110 10111 111001 100011

Color Harmonies of #8A4C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A4C26

Black with #8A4C26

Text Example


Text Example

White with #8A4C26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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