Html Css Color HEX #8A4D25 Korma

📋 copy color: '#8A4D25'

red 138 ◦ green 77 ◦ blue 37

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

Shades of Korma #8A4D25

Tints of Korma #8A4D25

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.56%

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

R = 54.76%
G = 30.56%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.73

 K value IS 0.46

RGB Variations

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

Color information

#8A4D25 (or 0x8A4D25) is known color: Korma. HEX triplet: 8A, 4D and 25. RGB value is (138,77,37). Sum of RGB (Red+Green+Blue) = 138+77+37=252 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.76% from 252); Green value is 77 (30.47% from 255 or 30.56% from 252); Blue value is 37 (14.84% from 255 or 14.68% from 252); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4D25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A4D25 is #75B2DA. Grayscale: #5A5A5A. Windows color (decimal): -7713499 or 2444682. OLE color: 2444682.

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

Color convert

RGB 138 77 37 -
CMYK 0 0.44 0.73 0.46
HSL 23.76º 0.58% 0.34% -
HSV(B) 23.76º 0.73% 0.54% -
XYZ 13.47 10.84 3.13 -
YUV 90.68 97.71 161.75 -
System Red Green Blue C M Y K H S L
Decimal 138 77 37 0 0.44 0.73 0.46 23.76 0.58 0.34
Hex 8A 4D 25 0 2C 49 2E 18 3A 22
Octal 212 115 45 0 54 111 56 30 72 42
Binary 10001010 1001101 100101 0 101100 1001001 101110 11000 111010 100010

Color Harmonies of #8A4D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A4D25

Black with #8A4D25

Text Example


Text Example

White with #8A4D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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