Html Css Color HEX #844625 Korma

📋 copy color: '#844625'

red 132 ◦ green 70 ◦ blue 37

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

Shades of Korma #844625

Tints of Korma #844625

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.29%

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

R = 55.23%
G = 29.29%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#844625 (or 0x844625) is known color: Korma. HEX triplet: 84, 46 and 25. RGB value is (132,70,37). Sum of RGB (Red+Green+Blue) = 132+70+37=239 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.23% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 37 (14.84% from 255 or 15.48% from 239); Max value from RGB is 132 - color contains mainly: red. Hex color #844625 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844625 is #7BB9DA. Grayscale: #545454. Windows color (decimal): -8108507 or 2442884. OLE color: 2442884.

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

Color convert

RGB 132 70 37 -
CMYK 0 0.47 0.72 0.48
HSL 20.84º 0.56% 0.33% -
HSV(B) 20.84º 0.72% 0.52% -
XYZ 12.04 9.42 2.93 -
YUV 84.78 101.04 161.68 -
System Red Green Blue C M Y K H S L
Decimal 132 70 37 0 0.47 0.72 0.48 20.84 0.56 0.33
Hex 84 46 25 0 2F 48 30 15 38 21
Octal 204 106 45 0 57 110 60 25 70 41
Binary 10000100 1000110 100101 0 101111 1001000 110000 10101 111000 100001

Color Harmonies of #844625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844625

Black with #844625

Text Example


Text Example

White with #844625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844625; }

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

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

background-color css

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

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

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

border-color css

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

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

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