Html Css Color HEX #884F2B Korma

📋 copy color: '#884F2B'

red 136 ◦ green 79 ◦ blue 43

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

Shades of Korma #884F2B

Tints of Korma #884F2B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.62%

 BLUE value IS 43 (17.19% from 255) = 16.67%

R = 52.71%
G = 30.62%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#884F2B (or 0x884F2B) is known color: Korma. HEX triplet: 88, 4F and 2B. RGB value is (136,79,43). Sum of RGB (Red+Green+Blue) = 136+79+43=258 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.71% from 258); Green value is 79 (31.25% from 255 or 30.62% from 258); Blue value is 43 (17.19% from 255 or 16.67% from 258); Max value from RGB is 136 - color contains mainly: red. Hex color #884F2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #884F2B is #77B0D4. Grayscale: #5C5C5C. Windows color (decimal): -7844053 or 2838408. OLE color: 2838408.

HSL color Cylindrical-coordinate representation of color #884F2B: hue angle of 23.23º degrees, saturation: 0.52, 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 #884F2B is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 79 43 -
CMYK 0 0.42 0.68 0.47
HSL 23.23º 0.52% 0.35% -
HSV(B) 23.23º 0.68% 0.53% -
XYZ 13.39 11 3.7 -
YUV 91.94 100.38 159.43 -
System Red Green Blue C M Y K H S L
Decimal 136 79 43 0 0.42 0.68 0.47 23.23 0.52 0.35
Hex 88 4F 2B 0 2A 44 2F 17 34 23
Octal 210 117 53 0 52 104 57 27 64 43
Binary 10001000 1001111 101011 0 101010 1000100 101111 10111 110100 100011

Color Harmonies of #884F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884F2B

Black with #884F2B

Text Example


Text Example

White with #884F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,79,43); }

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

background-color css

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

 a { background-color: rgb(136,79,43); }

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

border-color css

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

 span { border-color: rgb(136,79,43); }

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