Html Css Color HEX #844C25 Korma

📋 copy color: '#844C25'

red 132 ◦ green 76 ◦ blue 37

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

Shades of Korma #844C25

Tints of Korma #844C25

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.02%

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

R = 53.88%
G = 31.02%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#844C25 (or 0x844C25) is known color: Korma. HEX triplet: 84, 4C and 25. RGB value is (132,76,37). Sum of RGB (Red+Green+Blue) = 132+76+37=245 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.88% from 245); Green value is 76 (30.08% from 255 or 31.02% from 245); Blue value is 37 (14.84% from 255 or 15.10% from 245); Max value from RGB is 132 - color contains mainly: red. Hex color #844C25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844C25 is #7BB3DA. Grayscale: #585858. Windows color (decimal): -8106971 or 2444420. OLE color: 2444420.

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

Color convert

RGB 132 76 37 -
CMYK 0 0.42 0.72 0.48
HSL 24.63º 0.56% 0.33% -
HSV(B) 24.63º 0.72% 0.52% -
XYZ 12.43 10.21 3.07 -
YUV 88.3 99.05 159.17 -
System Red Green Blue C M Y K H S L
Decimal 132 76 37 0 0.42 0.72 0.48 24.63 0.56 0.33
Hex 84 4C 25 0 2A 48 30 19 38 21
Octal 204 114 45 0 52 110 60 31 70 41
Binary 10000100 1001100 100101 0 101010 1001000 110000 11001 111000 100001

Color Harmonies of #844C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844C25

Black with #844C25

Text Example


Text Example

White with #844C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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