Html Css Color HEX #884A26 Korma

📋 copy color: '#884A26'

red 136 ◦ green 74 ◦ blue 38

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

Shades of Korma #884A26

Tints of Korma #884A26

RGB

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

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

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

R = 54.84%
G = 29.84%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#884A26 (or 0x884A26) is known color: Korma. HEX triplet: 88, 4A and 26. RGB value is (136,74,38). Sum of RGB (Red+Green+Blue) = 136+74+38=248 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.84% from 248); Green value is 74 (29.30% from 255 or 29.84% from 248); Blue value is 38 (15.23% from 255 or 15.32% from 248); Max value from RGB is 136 - color contains mainly: red. Hex color #884A26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884A26 is #77B5D9. Grayscale: #585858. Windows color (decimal): -7845338 or 2509448. OLE color: 2509448.

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

Color convert

RGB 136 74 38 -
CMYK 0 0.46 0.72 0.47
HSL 22.04º 0.56% 0.34% -
HSV(B) 22.04º 0.72% 0.53% -
XYZ 12.95 10.27 3.13 -
YUV 88.43 99.54 161.93 -
System Red Green Blue C M Y K H S L
Decimal 136 74 38 0 0.46 0.72 0.47 22.04 0.56 0.34
Hex 88 4A 26 0 2E 48 2F 16 38 22
Octal 210 112 46 0 56 110 57 26 70 42
Binary 10001000 1001010 100110 0 101110 1001000 101111 10110 111000 100010

Color Harmonies of #884A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884A26

Black with #884A26

Text Example


Text Example

White with #884A26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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