Html Css Color HEX #884726 Korma

📋 copy color: '#884726'

red 136 ◦ green 71 ◦ blue 38

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

Shades of Korma #884726

Tints of Korma #884726

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.98%

 BLUE value IS 38 (15.23% from 255) = 15.51%

R = 55.51%
G = 28.98%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#884726 (or 0x884726) is known color: Korma. HEX triplet: 88, 47 and 26. RGB value is (136,71,38). Sum of RGB (Red+Green+Blue) = 136+71+38=245 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.51% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 38 (15.23% from 255 or 15.51% from 245); Max value from RGB is 136 - color contains mainly: red. Hex color #884726 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884726 is #77B8D9. Grayscale: #565656. Windows color (decimal): -7846106 or 2508680. OLE color: 2508680.

HSL color Cylindrical-coordinate representation of color #884726: hue angle of 20.2º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #884726 is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 71 38 -
CMYK 0 0.48 0.72 0.47
HSL 20.2º 0.56% 0.34% -
HSV(B) 20.2º 0.72% 0.53% -
XYZ 12.76 9.88 3.07 -
YUV 86.67 100.53 163.18 -
System Red Green Blue C M Y K H S L
Decimal 136 71 38 0 0.48 0.72 0.47 20.2 0.56 0.34
Hex 88 47 26 0 30 48 2F 14 38 22
Octal 210 107 46 0 60 110 57 24 70 42
Binary 10001000 1000111 100110 0 110000 1001000 101111 10100 111000 100010

Color Harmonies of #884726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884726

Black with #884726

Text Example


Text Example

White with #884726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884726; }

 p { color: rgb(136,71,38); }

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

background-color css

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

 a { background-color: rgb(136,71,38); }

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

border-color css

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

 span { border-color: rgb(136,71,38); }

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