Html Css Color HEX #885426 Korma

📋 copy color: '#885426'

red 136 ◦ green 84 ◦ blue 38

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

Shades of Korma #885426

Tints of Korma #885426

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.56%

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

R = 52.71%
G = 32.56%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#885426 (or 0x885426) is known color: Korma. HEX triplet: 88, 54 and 26. RGB value is (136,84,38). Sum of RGB (Red+Green+Blue) = 136+84+38=258 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.71% from 258); Green value is 84 (33.20% from 255 or 32.56% from 258); Blue value is 38 (15.23% from 255 or 14.73% from 258); Max value from RGB is 136 - color contains mainly: red. Hex color #885426 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885426 is #77ABD9. Grayscale: #5E5E5E. Windows color (decimal): -7842778 or 2512008. OLE color: 2512008.

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

Color convert

RGB 136 84 38 -
CMYK 0 0.38 0.72 0.47
HSL 28.16º 0.56% 0.34% -
HSV(B) 28.16º 0.72% 0.53% -
XYZ 13.67 11.71 3.37 -
YUV 94.3 96.23 157.74 -
System Red Green Blue C M Y K H S L
Decimal 136 84 38 0 0.38 0.72 0.47 28.16 0.56 0.34
Hex 88 54 26 0 26 48 2F 1C 38 22
Octal 210 124 46 0 46 110 57 34 70 42
Binary 10001000 1010100 100110 0 100110 1001000 101111 11100 111000 100010

Color Harmonies of #885426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885426

Black with #885426

Text Example


Text Example

White with #885426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885426; }

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

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

background-color css

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

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

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

border-color css

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

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

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