Html Css Color HEX #844F25 Korma

📋 copy color: '#844F25'

red 132 ◦ green 79 ◦ blue 37

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

Shades of Korma #844F25

Tints of Korma #844F25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.92%

R = 53.23%
G = 31.85%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#844F25 (or 0x844F25) is known color: Korma. HEX triplet: 84, 4F and 25. RGB value is (132,79,37). Sum of RGB (Red+Green+Blue) = 132+79+37=248 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.23% from 248); Green value is 79 (31.25% from 255 or 31.85% from 248); Blue value is 37 (14.84% from 255 or 14.92% from 248); Max value from RGB is 132 - color contains mainly: red. Hex color #844F25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #844F25 is #7BB0DA. Grayscale: #5A5A5A. Windows color (decimal): -8106203 or 2445188. OLE color: 2445188.

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

Color convert

RGB 132 79 37 -
CMYK 0 0.40 0.72 0.48
HSL 26.53º 0.56% 0.33% -
HSV(B) 26.53º 0.72% 0.52% -
XYZ 12.65 10.63 3.14 -
YUV 90.06 98.06 157.92 -
System Red Green Blue C M Y K H S L
Decimal 132 79 37 0 0.40 0.72 0.48 26.53 0.56 0.33
Hex 84 4F 25 0 28 48 30 1B 38 21
Octal 204 117 45 0 50 110 60 33 70 41
Binary 10000100 1001111 100101 0 101000 1001000 110000 11011 111000 100001

Color Harmonies of #844F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844F25

Black with #844F25

Text Example


Text Example

White with #844F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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