Html Css Color HEX #844925 Korma

📋 copy color: '#844925'

red 132 ◦ green 73 ◦ blue 37

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

Shades of Korma #844925

Tints of Korma #844925

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.17%

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

R = 54.55%
G = 30.17%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#844925 (or 0x844925) is known color: Korma. HEX triplet: 84, 49 and 25. RGB value is (132,73,37). Sum of RGB (Red+Green+Blue) = 132+73+37=242 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.55% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 37 (14.84% from 255 or 15.29% from 242); Max value from RGB is 132 - color contains mainly: red. Hex color #844925 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844925 is #7BB6DA. Grayscale: #565656. Windows color (decimal): -8107739 or 2443652. OLE color: 2443652.

HSL color Cylindrical-coordinate representation of color #844925: hue angle of 22.74º 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 #844925 is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 73 37 -
CMYK 0 0.45 0.72 0.48
HSL 22.74º 0.56% 0.33% -
HSV(B) 22.74º 0.72% 0.52% -
XYZ 12.23 9.8 3 -
YUV 86.54 100.05 160.43 -
System Red Green Blue C M Y K H S L
Decimal 132 73 37 0 0.45 0.72 0.48 22.74 0.56 0.33
Hex 84 49 25 0 2D 48 30 17 38 21
Octal 204 111 45 0 55 110 60 27 70 41
Binary 10000100 1001001 100101 0 101101 1001000 110000 10111 111000 100001

Color Harmonies of #844925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844925

Black with #844925

Text Example


Text Example

White with #844925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844925; }

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

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

background-color css

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

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

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

border-color css

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

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

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