Html Css Color HEX #844D26 Korma

📋 copy color: '#844D26'

red 132 ◦ green 77 ◦ blue 38

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

Shades of Korma #844D26

Tints of Korma #844D26

RGB

 RED value IS 132 (51.95% from 255) = 53.44%

 GREEN value IS 77 (30.47% from 255) = 31.17%

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

R = 53.44%
G = 31.17%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.71

 K value IS 0.48

RGB Variations

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

Color information

#844D26 (or 0x844D26) is known color: Korma. HEX triplet: 84, 4D and 26. RGB value is (132,77,38). Sum of RGB (Red+Green+Blue) = 132+77+38=247 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.44% from 247); Green value is 77 (30.47% from 255 or 31.17% from 247); Blue value is 38 (15.23% from 255 or 15.38% from 247); Max value from RGB is 132 - color contains mainly: red. Hex color #844D26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #844D26 is #7BB2D9. Grayscale: #595959. Windows color (decimal): -8106714 or 2510212. OLE color: 2510212.

HSL color Cylindrical-coordinate representation of color #844D26: hue angle of 24.89º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #844D26 is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 77 38 -
CMYK 0 0.42 0.71 0.48
HSL 24.89º 0.55% 0.33% -
HSV(B) 24.89º 0.71% 0.52% -
XYZ 12.52 10.35 3.17 -
YUV 89 99.22 158.67 -
System Red Green Blue C M Y K H S L
Decimal 132 77 38 0 0.42 0.71 0.48 24.89 0.55 0.33
Hex 84 4D 26 0 2A 47 30 19 37 21
Octal 204 115 46 0 52 107 60 31 67 41
Binary 10000100 1001101 100110 0 101010 1000111 110000 11001 110111 100001

Color Harmonies of #844D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844D26

Black with #844D26

Text Example


Text Example

White with #844D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844D26; }

 p { color: rgb(132,77,38); }

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

background-color css

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

 a { background-color: rgb(132,77,38); }

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

border-color css

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

 span { border-color: rgb(132,77,38); }

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