Html Css Color HEX #844D23 Korma

📋 copy color: '#844D23'

red 132 ◦ green 77 ◦ blue 35

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

Shades of Korma #844D23

Tints of Korma #844D23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 14.34%

R = 54.1%
G = 31.56%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#844D23 (or 0x844D23) is known color: Korma. HEX triplet: 84, 4D and 23. RGB value is (132,77,35). Sum of RGB (Red+Green+Blue) = 132+77+35=244 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.10% from 244); Green value is 77 (30.47% from 255 or 31.56% from 244); Blue value is 35 (14.06% from 255 or 14.34% from 244); Max value from RGB is 132 - color contains mainly: red. Hex color #844D23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #844D23 is #7BB2DC. Grayscale: #585858. Windows color (decimal): -8106717 or 2313604. OLE color: 2313604.

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

Color convert

RGB 132 77 35 -
CMYK 0 0.42 0.73 0.48
HSL 25.98º 0.58% 0.33% -
HSV(B) 25.98º 0.73% 0.52% -
XYZ 12.47 10.33 2.93 -
YUV 88.66 97.72 158.92 -
System Red Green Blue C M Y K H S L
Decimal 132 77 35 0 0.42 0.73 0.48 25.98 0.58 0.33
Hex 84 4D 23 0 2A 49 30 1A 3A 21
Octal 204 115 43 0 52 111 60 32 72 41
Binary 10000100 1001101 100011 0 101010 1001001 110000 11010 111010 100001

Color Harmonies of #844D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844D23

Black with #844D23

Text Example


Text Example

White with #844D23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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