Html Css Color HEX #884D27 Korma

📋 copy color: '#884D27'

red 136 ◦ green 77 ◦ blue 39

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

Shades of Korma #884D27

Tints of Korma #884D27

RGB

 RED value IS 136 (53.52% from 255) = 53.97%

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

 BLUE value IS 39 (15.63% from 255) = 15.48%

R = 53.97%
G = 30.56%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.71

 K value IS 0.47

RGB Variations

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

Color information

#884D27 (or 0x884D27) is known color: Korma. HEX triplet: 88, 4D and 27. RGB value is (136,77,39). Sum of RGB (Red+Green+Blue) = 136+77+39=252 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.97% from 252); Green value is 77 (30.47% from 255 or 30.56% from 252); Blue value is 39 (15.62% from 255 or 15.48% from 252); Max value from RGB is 136 - color contains mainly: red. Hex color #884D27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #884D27 is #77B2D8. Grayscale: #5A5A5A. Windows color (decimal): -7844569 or 2575752. OLE color: 2575752.

HSL color Cylindrical-coordinate representation of color #884D27: hue angle of 23.51º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #884D27 is Cyan = 0, Magento = 0.43, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 77 39 -
CMYK 0 0.43 0.71 0.47
HSL 23.51º 0.55% 0.34% -
HSV(B) 23.51º 0.71% 0.53% -
XYZ 13.17 10.69 3.29 -
YUV 90.31 99.05 160.59 -
System Red Green Blue C M Y K H S L
Decimal 136 77 39 0 0.43 0.71 0.47 23.51 0.55 0.34
Hex 88 4D 27 0 2B 47 2F 18 37 22
Octal 210 115 47 0 53 107 57 30 67 42
Binary 10001000 1001101 100111 0 101011 1000111 101111 11000 110111 100010

Color Harmonies of #884D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884D27

Black with #884D27

Text Example


Text Example

White with #884D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884D27; }

 p { color: rgb(136,77,39); }

 H1.HeaderClassName
 {
   color: #884D27;
 }
 .AnyTagClassName
 {
   color: #884D27;
 }
</style>

background-color css

<style>
 a { background-color: #884D27; }

 a { background-color: rgb(136,77,39); }

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

border-color css

<style>
 span { border-color: #884D27; }

 span { border-color: rgb(136,77,39); }

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