Html Css Color HEX #884626 Korma

📋 copy color: '#884626'

red 136 ◦ green 70 ◦ blue 38

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

Shades of Korma #884626

Tints of Korma #884626

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.69%

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

R = 55.74%
G = 28.69%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#884626 (or 0x884626) is known color: Korma. HEX triplet: 88, 46 and 26. RGB value is (136,70,38). Sum of RGB (Red+Green+Blue) = 136+70+38=244 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.74% from 244); Green value is 70 (27.73% from 255 or 28.69% from 244); Blue value is 38 (15.23% from 255 or 15.57% from 244); Max value from RGB is 136 - color contains mainly: red. Hex color #884626 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884626 is #77B9D9. Grayscale: #565656. Windows color (decimal): -7846362 or 2508424. OLE color: 2508424.

HSL color Cylindrical-coordinate representation of color #884626: hue angle of 19.59º 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 #884626 is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 70 38 -
CMYK 0 0.49 0.72 0.47
HSL 19.59º 0.56% 0.34% -
HSV(B) 19.59º 0.72% 0.53% -
XYZ 12.69 9.75 3.05 -
YUV 86.09 100.87 163.6 -
System Red Green Blue C M Y K H S L
Decimal 136 70 38 0 0.49 0.72 0.47 19.59 0.56 0.34
Hex 88 46 26 0 31 48 2F 14 38 22
Octal 210 106 46 0 61 110 57 24 70 42
Binary 10001000 1000110 100110 0 110001 1001000 101111 10100 111000 100010

Color Harmonies of #884626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884626

Black with #884626

Text Example


Text Example

White with #884626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884626; }

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

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

background-color css

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

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

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

border-color css

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

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

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