Html Css Color HEX #884C2A Korma

📋 copy color: '#884C2A'

red 136 ◦ green 76 ◦ blue 42

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

Shades of Korma #884C2A

Tints of Korma #884C2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.54%

R = 53.54%
G = 29.92%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#884C2A (or 0x884C2A) is known color: Korma. HEX triplet: 88, 4C and 2A. RGB value is (136,76,42). Sum of RGB (Red+Green+Blue) = 136+76+42=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 76 (30.08% from 255 or 29.92% from 254); Blue value is 42 (16.80% from 255 or 16.54% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #884C2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884C2A is #77B3D5. Grayscale: #5A5A5A. Windows color (decimal): -7844822 or 2772104. OLE color: 2772104.

HSL color Cylindrical-coordinate representation of color #884C2A: hue angle of 21.7º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #884C2A is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 76 42 -
CMYK 0 0.44 0.69 0.47
HSL 21.7º 0.53% 0.35% -
HSV(B) 21.7º 0.69% 0.53% -
XYZ 13.16 10.57 3.54 -
YUV 90.06 100.88 160.76 -
System Red Green Blue C M Y K H S L
Decimal 136 76 42 0 0.44 0.69 0.47 21.7 0.53 0.35
Hex 88 4C 2A 0 2C 45 2F 16 35 23
Octal 210 114 52 0 54 105 57 26 65 43
Binary 10001000 1001100 101010 0 101100 1000101 101111 10110 110101 100011

Color Harmonies of #884C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884C2A

Black with #884C2A

Text Example


Text Example

White with #884C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,76,42); }

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

background-color css

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

 a { background-color: rgb(136,76,42); }

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

border-color css

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

 span { border-color: rgb(136,76,42); }

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