Html Css Color HEX #884A2C Korma

📋 copy color: '#884A2C'

red 136 ◦ green 74 ◦ blue 44

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

Shades of Korma #884A2C

Tints of Korma #884A2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.32%

R = 53.54%
G = 29.13%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#884A2C (or 0x884A2C) is known color: Korma. HEX triplet: 88, 4A and 2C. RGB value is (136,74,44). Sum of RGB (Red+Green+Blue) = 136+74+44=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 74 (29.30% from 255 or 29.13% from 254); Blue value is 44 (17.58% from 255 or 17.32% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #884A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884A2C is #77B5D3. Grayscale: #595959. Windows color (decimal): -7845332 or 2902664. OLE color: 2902664.

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

Color convert

RGB 136 74 44 -
CMYK 0 0.46 0.68 0.47
HSL 19.57º 0.51% 0.35% -
HSV(B) 19.57º 0.68% 0.53% -
XYZ 13.06 10.31 3.69 -
YUV 89.12 102.54 161.44 -
System Red Green Blue C M Y K H S L
Decimal 136 74 44 0 0.46 0.68 0.47 19.57 0.51 0.35
Hex 88 4A 2C 0 2E 44 2F 14 33 23
Octal 210 112 54 0 56 104 57 24 63 43
Binary 10001000 1001010 101100 0 101110 1000100 101111 10100 110011 100011

Color Harmonies of #884A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884A2C

Black with #884A2C

Text Example


Text Example

White with #884A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,74,44); }

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

background-color css

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

 a { background-color: rgb(136,74,44); }

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

border-color css

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

 span { border-color: rgb(136,74,44); }

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