Html Css Color HEX #844F2D Korma

📋 copy color: '#844F2D'

red 132 ◦ green 79 ◦ blue 45

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

Shades of Korma #844F2D

Tints of Korma #844F2D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.86%

 BLUE value IS 45 (17.97% from 255) = 17.58%

R = 51.56%
G = 30.86%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#844F2D (or 0x844F2D) is known color: Korma. HEX triplet: 84, 4F and 2D. RGB value is (132,79,45). Sum of RGB (Red+Green+Blue) = 132+79+45=256 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.56% from 256); Green value is 79 (31.25% from 255 or 30.86% from 256); Blue value is 45 (17.97% from 255 or 17.58% from 256); Max value from RGB is 132 - color contains mainly: red. Hex color #844F2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #844F2D is #7BB0D2. Grayscale: #5B5B5B. Windows color (decimal): -8106195 or 2969476. OLE color: 2969476.

HSL color Cylindrical-coordinate representation of color #844F2D: hue angle of 23.45º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #844F2D is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 79 45 -
CMYK 0 0.40 0.66 0.48
HSL 23.45º 0.49% 0.35% -
HSV(B) 23.45º 0.66% 0.52% -
XYZ 12.79 10.69 3.87 -
YUV 90.97 102.06 157.26 -
System Red Green Blue C M Y K H S L
Decimal 132 79 45 0 0.40 0.66 0.48 23.45 0.49 0.35
Hex 84 4F 2D 0 28 42 30 17 31 23
Octal 204 117 55 0 50 102 60 27 61 43
Binary 10000100 1001111 101101 0 101000 1000010 110000 10111 110001 100011

Color Harmonies of #844F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844F2D

Black with #844F2D

Text Example


Text Example

White with #844F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,79,45); }

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

background-color css

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

 a { background-color: rgb(132,79,45); }

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

border-color css

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

 span { border-color: rgb(132,79,45); }

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